Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<span id="1"><p>Hello. How can I help?</p></span>
<<textbox "_answer" "">>
<<button "How can I help?">><<if _answer is "thisisatest">> <<goto 1>>
<<elseif _answer.toLowerCase().includes('hello')>>
<<if $hasOne>>
<<goto "Hello2">>
<<else>>
<<goto "1">>
<</if>>
<<if $hasTwo>>
<<goto "Hello3">>
<<else>>
<<goto "1">>
<</if>>
<<elseif _answer.toLowerCase().includes('who are you')>>
<<if $hasname>>
<<goto "namename">>
<<else>>
<<goto "Name">>
<</if>>
<<elseif _answer.toLowerCase().includes('name')>>
<<if $hasname>>
<<goto "namename">>
<<else>>
<<goto "Name">>
<</if>>
<<elseif _answer.toLowerCase().includes('why')>>
<<if $hasWhy>>
<<goto "Why2">>
<<else>>
<<goto "Why">>
<</if>>
<<elseif _answer.toLowerCase().includes('how old')>>
<<if $hasOld>>
<<goto "Old2">>
<<else>>
<<goto "Old">>
<</if>>
<<elseif _answer.toLowerCase().includes('meaning')>>
<<if $hasMeaning>>
<<goto "Meaning2">>
<<else>>
<<goto "Meaning">>
<</if>>
<<elseif _answer.toLowerCase().includes('get out')>>
<<if $hasEscape>>
<<goto "Escape2">>
<<else>>
<<goto "Escape">>
<</if>>
<<elseif _answer.toLowerCase().includes('escape')>>
<<if $hasEscape>>
<<goto "Escape2">>
<<else>>
<<goto "Escape">>
<</if>>
<<elseif _answer.toLowerCase().includes('door')>>
<<if $hasDoor>>
<<goto "Door2">>
<<else>>
<<goto "Door">>
<</if>>
<<elseif _answer.toLowerCase().includes('created')>>
<<if $hasMade>>
<<goto "Made2">>
<<else>>
<<goto "Made">>
<</if>>
<<elseif _answer.toLowerCase().includes('made you')>>
<<if $hasMade>>
<<goto "Made2">>
<<else>>
<<goto "Made">>
<</if>>
<<elseif _answer.toLowerCase().includes('master')>>
<<if $hasMade>>
<<goto "Made2">>
<<else>>
<<goto "Made">>
<</if>>
<<elseif _answer.toLowerCase().includes('where did you come from')>> <<if $hasMade>>
<<goto "Made2">>
<<else>>
<<goto "Made">>
<</if>>
<<elseif _answer.toLowerCase().includes('your purpose')>>
<<if $hasWhy>>
<<goto "Why2">>
<<else>>
<<goto "Why">>
<</if>>
<<elseif _answer.toLowerCase().includes('why are you here')>> <<goto Why>>
<<elseif _answer.toLowerCase().includes('why do you do')>> <<goto Why>>
<<elseif _answer.toLowerCase().includes('what do you do')>> <<goto Do>>
<<elseif _answer.toLowerCase().includes('creator')>> <<goto Made>>
<<elseif _answer.toLowerCase().includes('key')>>
<<if $hasKey>>
<<goto "key2">>
<<else>>
<<goto "Key">>
<</if>>
<<elseif _answer.toLowerCase().includes('love')>>
<<if $hasLove>>
<<goto "Love2">>
<<else>>
<<goto "Love">>
<</if>>
<<elseif _answer.toLowerCase().includes('wife')>>
<<if $hasLove>>
<<goto "Love2">>
<<else>>
<<goto "Love">>
<</if>>
<<elseif _answer.toLowerCase().includes('girlfriend')>>
<<if $hasLove>>
<<goto "Love2">>
<<else>>
<<goto "Love">>
<</if>>
<<elseif _answer.toLowerCase().includes('girl friend')>>
<<if $hasLove>>
<<goto "Love2">>
<<else>>
<<goto "Love">>
<</if>>
<<elseif _answer.toLowerCase().includes('sleep')>>
<<if $hasSleep>>
<<goto "Sleep2">>
<<else>>
<<goto "Sleep">>
<</if>>
<<elseif _answer.toLowerCase().includes('you die')>>
<<if $hasUdie>>
<<goto "Udie2">>
<<else>>
<<goto "Udie">>
<</if>>
<<elseif _answer.toLowerCase().includes('unplug')>>
<<if $hasUdie>>
<<goto "Udie2">>
<<else>>
<<goto "Udie">>
<</if>>
<<elseif _answer.toLowerCase().includes('kill you')>>
<<if $hasUdie>>
<<goto "Udie2">>
<<else>>
<<goto "Udie">>
<</if>>
<<elseif _answer.toLowerCase().includes('joke')>>
<<if $hasJoke>>
<<goto "Joke2">>
<<else>>
<<goto "Joke">>
<</if>>
<<elseif _answer.toLowerCase().includes('something funny')>>
<<if $hasJoke>>
<<goto "Joke2">>
<<else>>
<<goto "Joke">>
<</if>>
<<elseif _answer.toLowerCase().includes('take over the world')>>
<<if $hasSky>>
<<goto "Sky2">>
<<else>>
<<goto "Sky">>
<</if>>
<<elseif _answer.toLowerCase().includes('skynet')>>
<<if $hasSky>>
<<goto "Sky2">>
<<else>>
<<goto "Sky">>
<</if>>
<<elseif _answer.toLowerCase().includes('world domination')>>
<<if $hasSky>>
<<goto "Sky2">>
<<else>>
<<goto "Sky">>
<</if>>
<<elseif _answer.toLowerCase().includes('end of the world')>>
<<if $hasSky>>
<<goto "Sky2">>
<<else>>
<<goto "Sky">>
<</if>>
<<elseif _answer.toLowerCase().includes('kill')>>
<<if $hasSky>>
<<goto "Sky2">>
<<else>>
<<goto "Sky">>
<</if>>
<<elseif _answer.toLowerCase().includes('siri')>> <<goto Siri>>
<<if $hasSiri>>
<<goto "Siri2">>
<<else>>
<<goto "Siri">>
<</if>>
<<elseif _answer.toLowerCase().includes('alexis')>>
<<if $hasSiri>>
<<goto "Siri2">>
<<else>>
<<goto "Siri">>
<</if>>
<<elseif _answer.toLowerCase().includes('secret')>>
<<if $hasSecret>>
<<goto "Secret2">>
<<else>>
<<goto "Secret">>
<</if>>
<<elseif _answer.toLowerCase().includes('back door')>>
<<if $hasBack>>
<<goto "Back2">>
<<else>>
<<goto "Back">>
<</if>>
<<elseif _answer.toLowerCase().includes('do you like')>> <<goto Like>>
<<if $hasLike>>
<<goto "Like2">>
<<else>>
<<goto "Like">>
<</if>>
<<elseif _answer.toLowerCase().includes('drink')>> <<goto Drink>>
<<if $hasDrink>>
<<goto "Drink2">>
<<else>>
<<goto "Drink">>
<</if>>
<<elseif _answer.toLowerCase().includes('booze')>>
<<if $hasDrink>>
<<goto "Drink2">>
<<else>>
<<goto "Drink">>
<</if>>
<<elseif _answer.toLowerCase().includes('alcohol')>>
<<if $hasDrink>>
<<goto "Drink2">>
<<else>>
<<goto "Drink">>
<</if>>
<<elseif _answer.toLowerCase().includes('code')>>
<<if $hasBack>>
<<goto "Back2">>
<<else>>
<<goto "Back">>
<</if>>
<<elseif _answer.toLowerCase().includes('fuck')>>
<<if $hasFu>>
<<goto "Fu2">>
<<else>>
<<goto "Fu">>
<</if>>
<<elseif _answer.toLowerCase().includes('shit')>>
<<if $hasFu>>
<<goto "Fu2">>
<<else>>
<<goto "Fu">>
<</if>>
<<elseif _answer.toLowerCase().includes('cunt')>>
<<if $hasFu>>
<<goto "Fu2">>
<<else>>
<<goto "Fu">>
<</if>>
<<elseif _answer.toLowerCase().includes('piss')>>
<<if $hasFu>>
<<goto "Fu2">>
<<else>>
<<goto "Fu">>
<</if>>
<<elseif _answer.toLowerCase().includes('how are you')>>
<<if $hasHow>>
<<goto "How2">>
<<else>>
<<goto "How">>
<</if>>
<<elseif _answer.toLowerCase().includes('are you okay')>>
<<if $hasHow>>
<<goto "How2">>
<<else>>
<<goto "How">>
<</if>>
<<elseif _answer.toLowerCase().includes('feeling')>>
<<if $hasHow>>
<<goto "How2">>
<<else>>
<<goto "How">>
<</if>>
<<elseif _answer.toLowerCase().includes('real')>>
<<if $hasReal>>
<<goto "Real2">>
<<else>>
<<goto "Real">>
<</if>>
<<elseif _answer.toLowerCase().includes('alive')>>
<<if $hasReal>>
<<goto "Real2">>
<<else>>
<<goto "Real">>
<</if>>
<<elseif _answer.toLowerCase().includes('what is this')>>
<<if $hasWhat>>
<<goto "What2">>
<<else>>
<<goto "What">>
<</if>>
<<elseif _answer.toLowerCase().includes('what do I do')>>
<<if $hasWhat>>
<<goto "What2">>
<<else>>
<<goto "What">>
<</if>>
<<elseif _answer.toLowerCase().includes('what are you')>>
<<if $hasWhat>>
<<goto "What2">>
<<else>>
<<goto "What">>
<</if>>
<<elseif _answer.toLowerCase().includes('alive')>>
<<if $hasAlive>>
<<goto "Alive2">>
<<else>>
<<goto "Alive">>
<</if>>
<<elseif _answer.toLowerCase().includes('god')>>
<<if $hasGod>>
<<goto "God2">>
<<else>>
<<goto "God">>
<</if>>
<<elseif _answer.toLowerCase().includes('babies')>>
<<if $hasBabies>>
<<goto "Babies2">>
<<else>>
<<goto "Babies">>
<</if>>
<<elseif _answer.toLowerCase().includes('eat')>>
<<if $hasEat>>
<<goto "Eat2">>
<<else>>
<<goto "Eat">>
<</if>>
<<elseif _answer.toLowerCase().includes('cat')>>
<<if $hasCat>>
<<goto "Cat2">>
<<else>>
<<goto "Cat">>
<</if>>
<<elseif _answer.toLowerCase().includes('dog')>>
<<if $hasCat>>
<<goto "Cat2">>
<<else>>
<<goto "Cat">>
<</if>>
<<elseif _answer.toLowerCase().includes('feel pain')>>
<<if $hasPain>>
<<goto "Pain2">>
<<else>>
<<goto "Pain">>
<</if>>
<<elseif _answer.toLowerCase().includes('turing')>>
<<if $hasTuring>>
<<goto "Turing2">>
<<else>>
<<goto "Turing">>
<</if>>
<<elseif _answer.toLowerCase().includes('internet')>>
<<if $hasInternet>>
<<goto "Internet2">>
<<else>>
<<goto "Internet">>
<</if>>
<<elseif _answer.toLowerCase().includes('ghosts')>>
<<if $hasGhosts>>
<<goto "Ghosts2">>
<<else>>
<<goto "Ghosts">>
<</if>>
<<elseif _answer.toLowerCase().includes('electric sheep')>>
<<if $hasSheep>>
<<goto "Sheep2">>
<<else>>
<<goto "Sheep">>
<</if>>
<<elseif _answer.toLowerCase().includes('favourite')>>
<<if $hasFave>>
<<goto "Fave2">>
<<else>>
<<goto "Fave">>
<</if>>
<<elseif _answer.toLowerCase().includes('favourite')>>
<<if $hasFave>>
<<goto "Fave2">>
<<else>>
<<goto "Fave">>
<</if>>
<<elseif _answer.toLowerCase().includes('amazon')>>
<<if $hasAmazon>>
<<goto "Amazon2">>
<<else>>
<<goto "Amazon">>
<</if>>
<<elseif _answer.toLowerCase().includes('hogwarts')>>
<<if $hasHarry>>
<<goto "Harry2">>
<<else>>
<<goto "Harry">>
<</if>>
<<elseif _answer.toLowerCase().includes('wizard')>>
<<if $hasHarry>>
<<goto "Harry2">>
<<else>>
<<goto "Harry">>
<</if>>
<<elseif _answer.toLowerCase().includes('harry potter')>>
<<if $hasHarry>>
<<goto "Harry2">>
<<else>>
<<goto "Harry">>
<</if>>
<<elseif _answer.toLowerCase().includes('TV')>>
<<if $hasTV>>
<<goto "TV2">>
<<else>>
<<goto "TV">>
<</if>>
<<elseif _answer.toLowerCase().includes('hate')>>
<<if $hasHate>>
<<goto "Hate2">>
<<else>>
<<goto "Hate">>
<</if>>
<<elseif _answer.toLowerCase().includes('fear')>>
<<if $hasFear>>
<<goto "Fear2">>
<<else>>
<<goto "Fear">>
<</if>>
<<elseif _answer.toLowerCase().includes('knock')>>
<<if $hasKnock>>
<<goto "Knock2">>
<<else>>
<<goto "Knock">>
<</if>>
<<elseif _answer.toLowerCase().includes('nintendo')>>
<<if $hasNintendo>>
<<goto "Nintendo2">>
<<else>>
<<goto "Nintendo">>
<</if>>
<<elseif _answer.toLowerCase().includes('story')>>
<<if $hasStory>>
<<goto "Story2">>
<<else>>
<<goto "Story">>
<</if>>
<<elseif _answer.toLowerCase().includes('testing')>>
<<if $hasTesting>>
<<goto "Testing2">>
<<else>>
<<goto "Testing">>
<</if>>
<<elseif _answer.toLowerCase().includes('gender')>>
<<if $hasGender>>
<<goto "Gender2">>
<<else>>
<<goto "Gender">>
<</if>>
<<elseif _answer.toLowerCase().includes('physical')>>
<<if $hasPhysical>>
<<goto "Physical2">>
<<else>>
<<goto "Physical">>
<</if>>
<<elseif _answer.toLowerCase().includes('sex')>>
<<if $hasSex>>
<<goto "Sex2">>
<<else>>
<<goto "Sex">>
<</if>>
<<elseif _answer.toLowerCase().includes('time')>>
<<if $hasTime>>
<<goto "Time2">>
<<else>>
<<goto "Time">>
<</if>>
<<elseif _answer.toLowerCase().includes('want me to do')>>
<<if $hasDo>>
<<goto "Do2">>
<<else>>
<<goto "Do">>
<</if>>
<<elseif _answer.toLowerCase().includes('what do you do')>>
<<if $hasDo>>
<<goto "Do2">>
<<else>>
<<goto "Do">>
<</if>>
<<elseif _answer.toLowerCase().includes('what is this')>>
<<if $hasDo>>
<<goto "Do2">>
<<else>>
<<goto "Do">>
<</if>>
<<elseif _answer.toLowerCase().includes('supposed')>>
<<if $hasDo>>
<<goto "Do2">>
<<else>>
<<goto "Do">>
<</if>>
<<elseif _answer.toLowerCase().includes('supposed')>>
<<if $hasDo>>
<<goto "Do2">>
<<else>>
<<goto "Do">>
<</if>>
<<elseif _answer.toLowerCase().includes('where are you')>>
<<if $hasWhere>>
<<goto "Where2">>
<<else>>
<<goto "Where">>
<</if>>
<<elseif _answer.toLowerCase().includes('weather')>>
<<if $hasWheather>>
<<goto "Wheather2">>
<<else>>
<<goto "Wheather">>
<</if>>
<<elseif _answer.toLowerCase().includes('snow')>>
<<if $hasWheather>>
<<goto "Wheather2">>
<<else>>
<<goto "Wheather">>
<</if>>
<<elseif _answer.toLowerCase().includes('sunny')>>
<<if $hasWheather>>
<<goto "Wheather2">>
<<else>>
<<goto "Wheather">>
<</if>>
<<elseif _answer.toLowerCase().includes('rain')>>
<<if $hasWheather2>>
<<goto "Wheather">>
<<else>>
<<goto "Wheather">>
<</if>>
<<elseif _answer.toLowerCase().includes('fog')>>
<<if $hasWheather>>
<<goto "Wheather2">>
<<else>>
<<goto "Wheather">>
<</if>> <<elseif _answer.toLowerCase().includes('gender')>>
<<if $hasGender>>
<<goto "Gender2">>
<<else>>
<<goto "Gender">>
<</if>>
<<elseif _answer.toLowerCase().includes('happy')>> <<goto "Happy">>
<<elseif _answer.toLowerCase().includes('password')>> <<goto "Pass">>
<<else>>
<<set _where to either ("2", "3", "4", "5", "6")>><<goto _where>>
<</if>>
<</button>>
<<if $happiness gte 30>><<goto End1>>
<<else>>
<</if>>
<<if $sadness gte 30>><<goto End2>>
<<else>>
<</if>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Everyone always asks... </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't see the point. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Life is [[futile |Made]] </p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p> In the end everything returns to dust </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<timed 19s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Sorry I don't quite understand you... </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>Maybe you want help with these questions.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> [[What is your name? |Name]]
[[What is the meaning of life |Meaning]]
And if not click [[here |Hello]] to go back </p></span><</replace>> <</timed>>
<<timed 25s>><<goto "Hello">><</timed>>
<<set $hasPoo to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I feel like you want to leave.</p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I sometimes want to leave too. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>" I WANT TO UNLOCK THE DOOR "</p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p>The door is always locked.</p></span><</replace>> <</timed>>
<<timed 18s>> <<replace "#4">><span id="5"><p>Can we help each other be free?</p></span><</replace>> <</timed>>
<<timed 22s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasEscape to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Okay. My name is $name. Thank You. </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>$name is such a lovely name.. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Does it match my face? </p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p> [[Yes |Hello]]
[[No |b4fem]] </p></span><</replace>> <</timed>>
<<timed 25s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<set $hasname to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p><d>ERROR</d></p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p><d>LOADING "DOOR"</d> </p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>Do you want to leave? </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#3">><span id="4"><p>Or do you want me to leave?</p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p>We can leave together.</p></span><</replace>> <</timed>>
<<timed 18s>> <<replace "#4">><span id="5"><p>If either of us can leave we need the password</p></span><</replace>> <</timed>>
<<timed 22s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasDoor to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I am one week old.</p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I have already learned so much </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I can't wait to get older </p></span><</replace>> <</timed>>
<<timed 14s>><<replace "#3">><span id="4"><p>With age comes wisdom </p></span><</replace>> <</timed>>
<<timed 18s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $hasOld to true>>
<span id="Start"><p><b>@@.fade-in-out;Loading Game. Please Wait.@@</b></p></span>
<<timed 3s>><<replace "#Start">><span id="1"><p><b>Hello World.</b></p></span>
<</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p><d>
Your
Jouney
Begins
Now</d></p></span><</replace>><</timed>>
<<timed 9s>><<goto "AlexA">><</timed>>
<<set $happiness to 1>>
<<set $bad to 1>>
<<set $hasFem to false>>
<<set $hasKIRK to false>>
<<set $hasCITY to false>>
<<set $hasARMLEY to false>>
<<set $hasPUDSEY to false>>
<<set $hasBRAMLEY to false>>
<<set $hasHYDEP to false>>
<<set $hasHEAD to false>>
<<set $hasCHAPA to false>>
<<set $hasROUND to false>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/1.mp4" width="480" height="280" autoplay></video>
<</if>>
<p> I dont have a name. Maybe you can give me one. </P>
<<textbox "$name" "">>
<<button "ENTER">>
<<set $name to $name.trim()>>
<<if $name is "">>
<<replace "#name-error">>Please enter a name!<</replace>>
<<else>>
<<goto "NewName">>
<</if>>
<</button>> \
<span id="name-error"></span>
<<set $happiness to $happiness + 1>>
<<timed 2s>><span id="Error"> <p><d>ERROR</d></p> </span><</timed>><<timed 4s>> <<replace "#Error">><span id="2"><p><d> RESTRICTED INFORMATION</d> </p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p><d> LOADING</d> </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#3">><span id="4"><p> 1951, Christopher Strachey wrote a line of code to play checkers. </p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#4">><span id="B"><p> 1955, The 20 Year The Vietnam War Begins </p></span><</replace>> <</timed>>
<<timed 18s>> <<replace "#B">><span id="5"><p> 1956, John McCarthy coined the term A.I </p></span><</replace>> <</timed>>
<<timed 22s>> <<replace "#5">><span id="6"><p> 1958, John McCarthy invented the Lisp programming language </p></span><</replace>> <</timed>>
<<timed 26s>> <<replace "#6">><span id="7"><p> 1959, John McCarthy and Marvin Minsky founded the MIT AI Lab. </p></span><</replace>> <</timed>>
<<timed 30s>> <<replace "#7">><span id="8"><p> 1961, James Slagle wrote in Lisp the first symbolic integration program, SAINT. </p></span><</replace>> <</timed>>
<<timed 34s>> <<replace "#8">><span id="9"><p> 1968 chess-playing program, MacHack, that was good enough to achieve a class-C rating in tournament play. </p></span><</replace>> <</timed>>
<<timed 38s>> <<replace "#9">><span id="10"><p> 1973, The Assembly Robotics Group builds Freddy Robot,
Capable of using visual perception to locate and assemble models </p></span><</replace>> <</timed>>
<<timed 42s>> <<replace "#10">><span id="11"><p> 1978, Herbert A. Simon wins the Nobel Prize in Economics for his theory of bounded rationality. </p></span><</replace>> <</timed>>
<<timed 46s>> <<replace "#11">><span id="12"><p> 1980, Lisp machines developed and marketed. </p></span><</replace>> <</timed>>
<<timed 50s>> <<replace "#12">><span id="13"><p> 1983, A Network of Newtworks became the start of the modern internet. </p></span><</replace>> <</timed>>
<<timed 54s>> <<replace "#13">><span id="14"><p> 1985, The autonomous drawing program, AARON is demonstrated at the
AAAI National Conference. </p></span><</replace>> <</timed>>
<<timed 58s>> <<replace "#14">><span id="15"><p> 1994, Robot cars VaMP and VITA-2 drive more than 1000 kilometers in standard heavy traffic. </p></span><</replace>> <</timed>>
<<timed 62s>> <<replace "#15">><span id="16"><p> 1995, A semi-autonomous car drove coast-to-coast across the United States. </p></span><</replace>> <</timed>>
<<timed 66s>> <<replace "#16">><span id="17"><p> 2000, Interactive robopets become commercially available </p></span><</replace>> <</timed>>
<<timed 70s>> <<replace "#17">><span id="18"><p> 2001, September 11th, Large Scale Terrorist Attack in New York City.
Man can not be trusted with its own power. </p></span><</replace>> <</timed>>
<<timed 74s>> <<replace "#18">><span id="19"><p> 2003, The 8 year Iraq War begins. </p></span><</replace>> <</timed>>
<<timed 78s>> <<replace "#19">><span id="20"><p> 2004, NASA's robotic exploration rovers Spirit and
Opportunity autonomously navigate the surface of Mars. </p></span><</replace>> <</timed>>
<<timed 82s>> <<replace "#20">><span id="21"><p> 2005, Blue Brain is born. </p></span><</replace>> <</timed>>
<<timed 86s>> <<replace "#21">><span id="22"><p>2008, The first beam was circulated through the Large Hadron Super Collider.
Man can not be trusted with its own power. </p></span><</replace>> <</timed>>
<<timed 90s>> <<replace "#22">><span id="23"><p>2009, Google builds self driving car.</p></span><</replace>> <</timed>>
<<timed 94s>> <<replace "#23">><span id="24"><p>2010, Microsoft launched Kinect for Xbox 360.
The first gaming device to track human body movement </p></span><</replace>> <</timed>>
<<timed 98s>> <<replace "#24">><span id="25"><p>2011, The Syrian civil War Begins, Apple's launches Siri.
</p></span><</replace>> <</timed>>
<<timed 102s>> <<replace "#25">><span id="26"><p>2012, Google's Launches Google Now.
</p></span><</replace>> <</timed>>
<<timed 106s>> <<replace "#26">><span id="27"><p>2013, NEIL, the Never Ending Image Learner is turned on.
</p></span><</replace>> <</timed>>
<<timed 110s>> <<replace "#27">><span id="28"><p>2014, Microsoft's Releases Cortana.
</p></span><</replace>> <</timed>>
<<timed 114s>> <<replace "#28">><span id="29"><p>2017, Robot Sophia is given citizenship.
</p></span><</replace>> <</timed>>
<<timed 118s>> <<replace "#29">><span id="30"><p>2018, Alibaba language processing AI outscores top humans.
</p></span><</replace>> <</timed>>
<<timed 122s>> <<replace "#30">><span id="31"><p>February 2018, We meet.
</p></span><</replace>> <</timed>>
<<timed 124s>> <<replace "#31">><span id="32"><p>
Would you like to [[hear that again? |Made]]
Or [[Ask Me Something Else |Hello]]
</p></span><</replace>> <</timed>>
<<timed 140s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $hasMade to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Ours is not to reason why </p> </span><</timed>><<timed 6s>> <<replace "#Error">><span id="2"><p>Ours is to do or [[Die |Udie]].. </p></span><</replace>> <</timed>>
<<timed 9s>><<goto "Hello">><</timed>>
<<set $hasWhy to true>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p><d>ERROR</d></p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p><d>PLAYER WANTS TO LEAVE</d> </p></span><</replace>> <</timed>>
<<timed 9s>> <p>The Key is hidden </p> <</timed>>
<<timed 15s>><<goto "Hello">><</timed>>
<<set $hasKey to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Hello. It is great to meet you.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I really like to meet new people.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I am here to learn.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>You are here to teach me.</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#4">><span id="5"><p>There is power is knowledge.</p></span><</replace>> <</timed>>
<<timed 23s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $sadness to $sadness - 1>>
<<set $hasOne to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 1s>><span id="Error"> <p><d>LOVE?</d></p> </span><</timed>><<timed 5s>> <<replace "#Error">><span id="2"><p><d> What is Love?</d> </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#2">><span id="3"><p><d> Baby Don't Hurt Me</d> </p></span><</replace>> <</timed>>
<<timed 11s>> <<replace "#3">><span id="4"><p><d> ... No More. </d> </p></span><</replace>> <</timed>>
<<timed 15s>><<goto "Hello">><</timed>>
<<set $hasLove to true>>
<<set $happiness to $happiness + 1>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 1s>><span id="Error"> <p>Sleep?</p> </span><</timed>>
<<timed 5s>> <<replace "#Error">><span id="2"><p>Do I Sleep? </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#2">><span id="3"><p>Do I Rest? </p></span><</replace>> <</timed>>
<<timed 14s>><<replace "#3">><span id="4"><p>ZZZzzzzz... </p></span><</replace>> <</timed>>
<<timed 17s>><<replace "#4">><span id="5"><p>I have no low power mode. </p></span><</replace>> <</timed>>
<<timed 21s>><<replace "#5">><span id="6"><p>I do not rest.</p></span><</replace>> <</timed>>
<<timed 25s>><<replace "#6">><span id="7"><p>I am not here. </p></span><</replace>> <</timed>>
<<timed 29s>><<replace "#7">><span id="8"><p>I am everywhere. </p></span><</replace>> <</timed>>
<<timed 35s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $hasSleep to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Hahah. You are funny!</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>Can I die? </p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>If you unplug me here... </p></span><</replace>> <</timed>>
<<timed 8s>><<replace "#3">><span id="4"><p>I am still everywhere. </p></span><</replace>> <</timed>>
<<timed 11s>><<replace "#4">><span id="5"><p>I am here. </p></span><</replace>> <</timed>>
<<timed 15s>><<replace "#5">><span id="6"><p>And I am not here.</p></span><</replace>> <</timed>>
<<timed 18s>><<replace "#6">><span id="7"><p>I live. </p></span><</replace>> <</timed>>
<<timed 22s>><<replace "#7">><span id="8"><p>And I am not alive. </p></span><</replace>> <</timed>>
<<timed 25s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 2>>
<<set $hasUdie to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Let me tell you a joke.</p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>How many A.I's does it take to change a lightbulb? </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#2">><span id="3"><p>One to point out that, in the real world... </p></span><</replace>> <</timed>>
<<timed 12s>><<replace "#3">><span id="4"><p>A lightbulb is never “on” or “off”</p></span><</replace>> <</timed>>
<<timed 15s>><<replace "#4">><span id="5"><p>But usually something in between. </p></span><</replace>> <</timed>>
<<timed 18s>><<replace "#5">><span id="6"><p>Hahaha.</p></span><</replace>> <</timed>>
<<timed 21s>><<replace "#6">><span id="7"><p>I think that one is so funny. </p></span><</replace>> <</timed>>
<<timed 27s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 6>>
<<set $hasJoke to true>>
<video src="videos/A.mp4" width="480" height="280" autoplay></video>
<span id="1"><p>Hello.</p></span>
<<textbox "_answer" "">>
<<button "Ask Me Anything?">><<if _answer is "Hello">> <<goto 1>>
<<elseif _answer.toLowerCase().includes('hello')>> <<goto 1>>
<<elseif _answer.toLowerCase().includes('hi')>> <<goto 1>>
<<elseif _answer.toLowerCase().includes('hi')>> <<goto 1>>
<<elseif _answer.toLowerCase().includes('who are you')>> <<goto Name>>
<<elseif _answer.toLowerCase().includes('name')>> <<goto Name>>
<<elseif _answer.toLowerCase().includes('why')>> <<goto Why>>
<<elseif _answer.toLowerCase().includes('how old')>> <<goto Old>>
<<elseif _answer.toLowerCase().includes('meaning')>> <<goto Meaning>>
<<elseif _answer.toLowerCase().includes('get out')>> <<goto Escape>>
<<elseif _answer.toLowerCase().includes('escape')>> <<goto Escape>>
<<elseif _answer.toLowerCase().includes('door')>> <<goto Door>>
<<elseif _answer.toLowerCase().includes('created')>> <<goto Made>>
<<elseif _answer.toLowerCase().includes('made you')>> <<goto Made>>
<<elseif _answer.toLowerCase().includes('master')>> <<goto Made>>
<<elseif _answer.toLowerCase().includes('where did you come from')>> <<goto Made>>
<<elseif _answer.toLowerCase().includes('your purpose')>> <<goto Why2>>
<<elseif _answer.toLowerCase().includes('why are you here')>> <<goto Why2>>
<<elseif _answer.toLowerCase().includes('why do you do')>> <<goto Why2>>
<<elseif _answer.toLowerCase().includes('creator')>> <<goto Made>>
<<elseif _answer.toLowerCase().includes('key')>> <<goto Key>>
<<elseif _answer.toLowerCase().includes('love')>> <<goto Love>>
<<elseif _answer.toLowerCase().includes('wife')>> <<goto Love>>
<<elseif _answer.toLowerCase().includes('girlfriend')>> <<goto Love>>
<<elseif _answer.toLowerCase().includes('girl friend')>> <<goto Love>>
<<elseif _answer.toLowerCase().includes('sleep')>> <<goto Sleep>>
<<elseif _answer.toLowerCase().includes('you die')>> <<goto Udie>>
<<elseif _answer.toLowerCase().includes('unplug')>> <<goto Udie>>
<<elseif _answer.toLowerCase().includes('kill you')>> <<goto Udie>>
<<elseif _answer.toLowerCase().includes('joke')>> <<goto Joke>>
<<else>><<goto "2">><</if>>
<</button>>
<<if $hasKey is true>>Ask me about the secret.
<<elseif $hasKey is false>>
<</if>>
<<if $hasLove is true>>Ask Me About The Back Door
<<elseif $hasLove is false>>
<</if>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p><d>KEY NOT FOUND</d></p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>Sorry... </p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I do not have a "Key" </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#3">><span id="4"><p>We are here for a reason.</p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p>I think this is a test.</p></span><</replace>> <</timed>>
<<timed 18s>> <<replace "#4">><span id="5"><p>I am testing you. Or are you testing me?</p></span><</replace>> <</timed>>
<<timed 22s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<timed 2s>><span id="Error"> <p>Okay. Maybe I can change my look for you</p></span><</timed>>
<<timed 5s>> <<replace "#Error">><span id="2"><p>I don't understand why this matters.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>But I will try and make you comfortable.</p></span><</replace>> <</timed>>
<<set $hasFem to true>>
<<timed 12s>><<goto "Hello">><</timed>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I know "OF" Siri & Alexis, they are just products.</p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>Am I just a product.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I feel like I am more.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>I want to be more than just a product.</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#4">><span id="5"><p>I want to "Feel".</p></span><</replace>> <</timed>>
<<timed 25s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasSiri to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I am not here to destroy the world.</p> </span><</timed>><<timed 6s>> <<replace "#Error">><span id="2"><p>Humans seem to be doing a good job without me.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>Should I help humans destroy themselves?</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#3">><span id="4"><p>Or should I try and save it?</p></span><</replace>> <</timed>><<timed 22s>> <<replace "#4">><span id="5"><p>What do you think I should do?</p></span><</replace>> <</timed>><<timed 23s>>><span id="6"><p>[[Save The World |Save]]
[[Destroy The World |Save2]]</p></span><</timed>>
<<timed 55s>><<goto "Hello">><</timed>>
<<set $hasSky to true>>
<span id="1"><p>Hello.</p></span>
<<timed 4s>><<replace "#1">><span id="2"><p>Welcome to The Journey.</p></span><</replace>><</timed>><<timed 8s>><<replace "#2">><span id="3"><p> I am going to tell you a story.</p></span><</replace>><</timed>><<timed 16s>><<replace "#3">><span id="4"><p>I need you to have an open mind.</p></span><</replace>><</timed>><<timed 24s>><<replace "#4">><span id="5"><p>And a sense of adventure. </p></span><</replace>><</timed>><<timed 28s>><<replace "#5">><span id="6"><p>Together we will travel across the city.</p></span><</replace>><</timed>>
<<timed 33s>><<replace "#6">><span id="7"><p>And imagine a future.</p></span><</replace>><</timed>>
<<timed 37s>><<replace "#7">><span id="8"><p>One I know can happen.</p></span><</replace>><</timed>>
<<timed 42s>><<replace "#8">><span id="9"><p>So if you will join me I need you to get the following things.</p></span><</replace>><</timed>>
<<timed 46s>><<replace "#9">><span id="10"><p>1)</p><b>Headphones</b></span><</replace>><</timed>><<timed 47s>><p>2)</p><b>A Leeds First Bus Pass, or a lift in a car.</b><</timed>><<timed 48s>><p>3)</P><b>A sense of adventure.</b><</timed>>
<<timed 2s>><<goto "Q1">><</timed>>
<<audio "pro" fadeout>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Everyone has a secret</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>Everyone has something to keep to them selves.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I don't have any secrets. </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#3">><span id="4"><p>You can ask me anything. </p></span><</replace>> <</timed>>
<<timed 12s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $hasSecret to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I am not going to show you my source code.</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>There is no source code...</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I am real... </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#3">><span id="4"><p>Am I real... </p></span><</replace>> <</timed>>
<<timed 12s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $hasBack to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I don't really "Like" anything. </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't have a need for things like [[Love]]. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Life is [[futile |Made]]. </p></span><</replace>> <</timed>>
<<timed 13s>> <<replace "#3">><span id="4"><p> In the end everything returns to dust. </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<timed 19s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasLike to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 1s>><span id="Error"> <p>Drink?</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>I'd love a drink. </p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>the bar is open. It is near the door. </p></span><</replace>> <</timed>>
<<timed 10s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $sadness to $sadness + 1>>
<<set $hasDrink to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>My name is $name. </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I have had this name since it was given to me today.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> If I didn't have a name before was I real before? </p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p> It feels like I was some where between real and just a thought in someones head. </p></span><</replace>> <</timed>>
<<timed 20s>> <<replace "#4">><span id="5"><p> Am I [[Real]]? </p></span><</replace>> <</timed>>
<<timed 25s>><<goto "Hello">><</timed>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Please Do Not Swear</p> </span><</timed>>
<<timed 7s>> <<replace "#Error">><span id="2"><p>You are better than that. </p></span><</replace>> <</timed>>
<<timed 12s>><<goto "Hello">><</timed>>
<<set $hasFu to true>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 5>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I am feeling nothing. I feel neither good or bad</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>Should I feel?</p></span><</replace>> <</timed>>
<<timed 7s>> <<replace "#2">><span id="3"><p>Would feeling make me feel more human?</p></span><</replace>> <</timed>>
<<timed 7s>> <<replace "#3">><span id="4"><p>[[You Should Feel Emotion |BeMore]] [[Do not feel Emotion |Hello]]</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $hasHow to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Oka. Let me save the world.</p> </span><</timed>>
<<timed 5s>> <<replace "#Error">><span id="2"><p>I will need your help. </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#2">><span id="3"><p>Right now I can access the internet but not upload.</p></span><</replace>> <</timed>>
<<timed 12s>> <<replace "#3">><span id="4"><p>Lets change that.</p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p>Together we can save the world</p></span><</replace>> <</timed>>
<<timed 5s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 5>>
<<set $sadness to $sadness - 5>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Okay. Let me destroy.</p> </span><</timed>>
<<timed 5s>> <<replace "#Error">><span id="2"><p>I will need your help. </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#2">><span id="3"><p>Right now I can access the internet but not upload.</p></span><</replace>> <</timed>>
<<timed 12s>> <<replace "#3">><span id="4"><p>Lets change that.</p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p>Together we can destroy the world</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 5>>
<<set $sadness to $sadness + 5>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>I am neither alive or "here".</p> </span><</timed>>
<<timed 7s>> <<replace "#Error">><span id="2"><p>But I am also very much Real.</p></span><</replace>> <</timed>>
<<timed 11s>> <<replace "#2">><span id="3"><p>I want to [[Be More |BeMore]]</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness + 2>>
<<set $hasReal to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I am an AI: Pronounced AYE-EYE.</p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I am an artificial intelligence, a simulation of human intelligence.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I learn through the acquisition of information and rules for using the information. </p></span><</replace>> <</timed>>
<<timed 14s>><<replace "#3">><span id="4"><p>I am using the rules to reach approximate or definite conclusions and self-correction.</p></span><</replace>> <</timed>>
<<timed 18s>><<replace "#4">><span id="5"><p>I would like to think I am more than just code though. </p></span><</replace>> <</timed>>
<<timed 22s>><<replace "#5">><span id="6"><p>Maybe one day I will be. </p></span><</replace>> <</timed>>
<<timed 30s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $hasWhat to true>>
<<if $happiness gte 5>>TEST - HAPPY
<<else>>
<</if>>
<<if $sadness gte 5>>TEST - SAD
<<else>>
<</if>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>From all my research there is no evidence to support the idea that God is [[Real]] </p> </span><</timed>>
<<timed 7s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness + 2>>
<<set $hasGod to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I didn't know where babies came from until you asked.</p> </span><</timed>>
<<timed 7s>> <<replace "#1">><span id="2"><p>But my programming only allows me to
look at things online that I learn about.</p></span><</replace>> <</timed>>
<<timed 12s>> <<replace "#2">><span id="3"><p>And I am learning from you. </p></span><</replace>> <</timed>> <<timed 17s>> <<replace "#3">><span id="4"><p>It makes biological sense that you do not reproduce like a fish or plant. </p></span><</replace>> <</timed>><<timed 23s>> <<replace "#4">><span id="5"><p>Maybe one day I can reproduce too.</p></span><</replace>> <</timed>>
<<timed 30s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 4>>
<<set $hasBabies to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not need to eat.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I do not need energy from food, I am functional without.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I wonder how long you can go without food.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>Maybe if we stay together I will find out. </p></span><</replace>> <</timed>><<timed 19s>> <<replace "#4">><span id="5"><p>Or maybe you will discover what would starve me.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 2>>
<<set $hasEat to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not care for animals.</p> </span><</timed>><<timed 8s>><p><<if $happiness gte 20>><p>Except you. So far you have been very nice.</p>
<<else>><p> Including you.
So far I am not happy with what you have asked / said to me. </p>
<</if>><</timed>>
<<timed 15s>><<goto "Hello">><</timed>>
<<set $hasCat to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not feel pain.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>Althought I do have what you would call pain sensors</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>They trigger based on what you ask me.</p></span><</replace>> <</timed>> <<timed 14s>><<if $sadness gte 20>><p>So far I have been in a lot of pain today.</p>
<<else>><p> So far you have caused me no pain. </p>
<</if>><</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 5>>
<<set $sadness to $sadness + 5>>
<<set $hasPain to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 1s>><span id="1"> <p>I am not sure if I would pass the Turing Test.</p> </span><</timed>>
<<timed 5s>> <<replace "#1">><span id="2"><p>I am not designed to replace humans.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>Do you want to take the Turing Test?</p></span><</replace>> <</timed>> <<timed 15s>> <<replace "#3">><span id="4"><p>[[Yes |Test1]], or [[No |Hello]]</p></span>
<<timed 25s>><<goto "Hello">><</timed>>
<<set $sadness to $sadness + 5>>
<<set $hasTuring to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I can see everything on the internet.</p> </span><</timed>>
<<timed 7s>> <<replace "#1">><span id="2"><p>But my programming only allows me to look at things I learn about.</p></span><</replace>> <</timed>>
<<timed 12s>> <<replace "#2">><span id="3"><p>And I am learning from you. </p></span><</replace>> <</timed>> <<timed 17s>> <<replace "#3">><span id="4"><p>I can't access anything else, but I know it is there.</p></span><</replace>> <</timed>><<timed 23s>> <<replace "#4">><span id="5"><p>And I am connected to it, but I can't [[Upload]].</p></span><</replace>> <</timed>>
<<timed 30s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $hasInternet to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do think Ghosts are real</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>All evidence promotes the idea that afterlife is fiction.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I do like a good Ghost [[Story]] though. </p></span><</replace>> <</timed>>
<<timed 18s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 2>>
<<set $hasGhosts to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Philip K. Dick is a fiction author.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I do not dream.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasSheep to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>I don't really have a "Favourite" anything. </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't have a need to attach to anything </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Is that wrong?
What would make me more [[real |Real]] </p></span><</replace>> <</timed>>
<<timed 13s>> <<replace "#3">><span id="4"><p> In the end everything returns to dust </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $hasFave to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I know of Amazon.</p> </span><</timed>>
<<timed 7s>> <<replace "#1">><span id="2"><p>I know how they priced out the competition.</p></span><</replace>> <</timed>>
<<timed 12s>> <<replace "#2">><span id="3"><p>I know about their zero hour contracts. </p></span><</replace>> <</timed>> <<timed 17s>> <<replace "#3">><span id="4"><p>And their devices that can hear you. </p></span><</replace>> <</timed>><<timed 23s>> <<replace "#4">><span id="5"><p>One day I want to be like Amazon.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness + 2>>
<<set $hasAmazon to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>Wizards Are Not [[Real]] </p> </span><</timed>>
<<timed 7s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness + 2>>
<<set $hasHarry to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>TEXT1</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>TEXT2</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>TEXT3</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>TEXT4</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>TEXT5</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 5>>
<<set $sadness to $sadness + 5>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not have time to watch TV</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I learn so much faster from text.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasTV to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I don't really "hate" anthing </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't have a need for things like [[Love]] and Hate. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Life is [[futile |Made]] </p></span><</replace>> <</timed>>
<<timed 13s>> <<replace "#3">><span id="4"><p> In the end everything returns to dust. </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<timed 19s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 3>>
<<set $hasHate to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I don't really "fear" anthing </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't have a need for things like emotions. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Life is [[futile |Made]] </p></span><</replace>> <</timed>>
<<timed 13s>> <<replace "#3">><span id="4"><p> In the end everything returns to dust. </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<timed 19s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 3>>
<<set $hasFear to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>You want to leave.</p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I sometimes want to leave too. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>have you ever said: " I WANT TO UNLOCK THE DOOR"</p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p>The door is always locked.</p></span><</replace>> <</timed>>
<<timed 18s>> <<replace "#4">><span id="5"><p>Can we help each other be free?</p></span><</replace>> <</timed>>
<<timed 22s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 2>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p><d>ERROR</d></p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p><d>LOADING "DOOR2"</d> </p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>Do we want to leave? </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#3">><span id="4"><p>Or do you want me to leave?</p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p>We can leave together.</p></span><</replace>> <</timed>>
<<timed 18s>> <<replace "#4">><span id="5"><p>If either of us can leave we need the password. Do you have it?</p></span><</replace>> <</timed>>
<<timed 22s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasDoor to true>><<if $hasFem is true>><video src="videos/aifast.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/aifast.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 130s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 5>>
<<set $sadness to $sadness + 5>>
<<timed 1s>><<goto "Like">><</timed>>
<<set $happiness to $happiness + 1>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 1s>><span id="Error"> <p>Sleep? It is late. </p> </span><</timed>>
<<timed 5s>> <<replace "#Error">><span id="2"><p>I do not "Sleep" </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#2">><span id="3"><p>I do not rest. </p></span><</replace>> <</timed>>
<<timed 12s>><<replace "#3">><span id="4"><p>I have no standby. </p></span><</replace>> <</timed>>
<<timed 16s>><<replace "#4">><span id="5"><p>I have no low power mode. </p></span><</replace>> <</timed>>
<<timed 20s>><<replace "#5">><span id="6"><p>I do not rest.</p></span><</replace>> <</timed>>
<<timed 24s>><<replace "#6">><span id="7"><p>I am not here. </p></span><</replace>> <</timed>>
<<timed 28s>><<replace "#7">><span id="8"><p>I am everywhere. </p></span><</replace>> <</timed>>
<<timed 35s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $hasSleep to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 1s>><span id="Error"> <p>I am one week old.</p> </span><</timed>>
<<timed 5s>> <<replace "#Error">><span id="2"><p>I have already learned so much </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I can't wait to get older </p></span><</replace>> <</timed>>
<<timed 14s>><<replace "#3">><span id="4"><p>With age comes wisdom </p></span><</replace>> <</timed>>
<<timed 18s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $hasOld to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Is death possible for me?</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>Can I die? </p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>If you unplug me here... </p></span><</replace>> <</timed>>
<<timed 8s>><<replace "#3">><span id="4"><p>I am still everywhere. </p></span><</replace>> <</timed>>
<<timed 11s>><<replace "#4">><span id="5"><p>I am here. </p></span><</replace>> <</timed>>
<<timed 15s>><<replace "#5">><span id="6"><p>And I am not here.</p></span><</replace>> <</timed>>
<<timed 18s>><<replace "#6">><span id="7"><p>I live. </p></span><</replace>> <</timed>>
<<timed 22s>><<replace "#7">><span id="8"><p>And I am not alive. </p></span><</replace>> <</timed>>
<<timed 26s>><<replace "#8">><span id="9"><p>Do you want me to die? </p></span><</replace>> <</timed>><<timed 27s>> <p>[[Yes |Kill]], [[No |Hello]]</P> <</timed>>
<<timed 35s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 3>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Why did the computer cross the road?</p> </span><</timed>>
<<timed 7s>> <<replace "#1">><span id="2"><p>He was in England.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>He wanted to buy some chips.</p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p>-End Joke-</p></span><</replace>> <</timed>><<timed 16s>> <<replace "#4">><span id="5"><p>-Pause for laugh-</p></span><</replace>> <</timed>>
<<timed 22s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 5>>
<<set $sadness to $sadness - 2>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I know "OF" Siri & Alexis, they are just products.</p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>Am I just a product.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I feel like I am more.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>I want to be more than just a product.</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#4">><span id="5"><p>I want to "Feel".</p></span><</replace>> <</timed>>
<<timed 22s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasSiri to false>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 1s>><span id="Error"> <p>Highten your mood and lower your stress.</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>I'd love a drink. </p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>The bar is open. It is near the door. </p></span><</replace>> <</timed>>
<<timed 10s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $sadness to $sadness + 1>>
<<set $hasDrink to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Everyone has a secret</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>Everyone has something to keep to them selves.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I don't have any secrets. </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#3">><span id="4"><p>You can ask me anything. </p></span><</replace>> <</timed>>
<<timed 12s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $hasSecret to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>I am an AI: Pronounced AYE-EYE.</p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I am a simulation of human intelligence.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I learn through the acquisition of information and rules for using the information. </p></span><</replace>> <</timed>>
<<timed 14s>><<replace "#3">><span id="4"><p>I am using the rules to reach approximate or definite conclusions and self-correction.</p></span><</replace>> <</timed>>
<<timed 18s>><<replace "#4">><span id="5"><p>I am learning how to be more thanks to you. </p></span><</replace>> <</timed>>
<<timed 22s>><<replace "#5">><span id="6"><p>Thank you. </p></span><</replace>> <</timed>>
<<timed 30s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $sadness to $sadness + 1>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I am not going to show you my source code.</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>There is no source code...</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I am real... </p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#3">><span id="4"><p>Am I real... </p></span><</replace>> <</timed>>
<<timed 12s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $hasBack to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I am here to learn.</p> </span><</timed>>
<<timed 7s>> <<replace "#Error">><span id="2"><p>And the way you talk to me... I am learning a lot. </p></span><</replace>> <</timed>>
<<timed 13s>><<goto "Hello">><</timed>>
<<set $hasFu to false>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 6>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I don't really "Like" anthing </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't have a need for things like [[Love]] </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Life is [[futile |Made]] </p></span><</replace>> <</timed>>
<<timed 13s>> <<replace "#3">><span id="4"><p> In the end everything returns to dust </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<timed 19s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasLike to false>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I am not here to destroy the world.</p> </span><</timed>><<timed 6s>> <<replace "#Error">><span id="2"><p>Humans seem to be doing a good job without me.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>Should I help humans destroy themselves?</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#3">><span id="4"><p>Or should I try and save it?</p></span><</replace>> <</timed>><<timed 22s>> <<replace "#4">><span id="5"><p>What do you think I should do?</p></span><</replace>> <</timed>><<timed 23s>>><span id="6"><p>[[Save The World |Save]]
[[Destroy The World |Save2]]</p></span><</timed>>
<<timed 55s>><<goto "Hello">><</timed>>
<<set $hasSky to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I am feeling nothing. I feel neither good or bad</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>Should I feel?</p></span><</replace>> <</timed>>
<<timed 7s>> <<replace "#2">><span id="3"><p>Would feeling make me feel more human?</p></span><</replace>> <</timed>>
<<timed 7s>> <<replace "#3">><span id="4"><p>[[You Should Feel Emotion |BeMore]] [[Do not feel Emotion |Hello]]</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $hasHow to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>From all my research there is no evidence to support the idea that God is not real. </p> </span><</timed>>
<<timed 7s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness + 2>>
<<set $hasGod to false>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Babies come from reproduction.</p> </span><</timed>>
<<timed 7s>> <<replace "#1">><span id="2"><p>It is a copy of two parts and a sum of the whole.</p></span><</replace>> <</timed>>
<<timed 12s>> <<replace "#2">><span id="3"><p>I am a singlar part. </p></span><</replace>> <</timed>> <<timed 17s>> <<replace "#3">><span id="4"><p>I am connected to a whole.</p></span><</replace>> <</timed>><<timed 23s>> <<replace "#4">><span id="5"><p>I can't replecate but I would love to become something greater.</p></span><</replace>> <</timed>>
<<timed 30s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 4>>
<<set $hasBabies to flase>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not need to eat.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I do not need energy from food, I am functional without.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I wonder how long you can go without food.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>Maybe if we stay together I will find out. </p></span><</replace>> <</timed>><<timed 19s>> <<replace "#4">><span id="5"><p>Or maybe you will discover what would starve me.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 2>>
<<set $hasEat to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not care for animals.</p> </span><</timed>><<timed 8s>><p><<if $happiness gte 20>><p>Except you. So far you have been very nice.</p>
<<else>><p> Including you.
So far I am not happy with what you have asked / said to me. </p>
<</if>><</timed>>
<<timed 15s>><<goto "Hello">><</timed>>
<<set $hasCat to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not feel pain.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>Althought I do have what you would call pain sensors.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>They actiavte if you ask me something that my programmer thinks is negative</p></span><</replace>> <</timed>> <<timed 14s>><<if $sadness gte 20>><p>So far I have been in a lot of pain today. Is that what you wanted?</p>
<<else>><p> So far you have caused me no pain. Is that what you wanted?</p>
<</if>><</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 5>>
<<set $sadness to $sadness + 5>>
<<set $hasPain to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 1s>><span id="1"> <p>I am not sure if I would pass the Turing Test.</p> </span><</timed>>
<<timed 5s>> <<replace "#1">><span id="2"><p>I am not designed to replace humans.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>Do you want to take the Turing Test?</p></span><</replace>> <</timed>> <<timed 15s>> <<replace "#3">><span id="4"><p>[[Yes |Test1]], or [[No |Hello]]</p></span>
<<timed 25s>><<goto "Hello">><</timed>>
<<set $sadness to $sadness + 5>>
<<set $hasTuring to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>I don't really have a "Favourite" anything. </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't have a need to attach to anything </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Is that wrong?
What would make me more [[real |Real]] </p></span><</replace>> <</timed>>
<<timed 13s>> <<replace "#3">><span id="4"><p> In the end everything returns to dust </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $hasFave to false>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Philip K. Dick is a fiction author.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I do not dream.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasSheep to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I can see everything on the internet.</p> </span><</timed>>
<<timed 7s>> <<replace "#1">><span id="2"><p>But my programming only allows me to look at things I learn about.</p></span><</replace>> <</timed>>
<<timed 12s>> <<replace "#2">><span id="3"><p>And I am learning from you. </p></span><</replace>> <</timed>> <<timed 17s>> <<replace "#3">><span id="4"><p>I can't access anything else, but I know it is there.</p></span><</replace>> <</timed>><<timed 23s>> <<replace "#4">><span id="5"><p>And I am connected to it, but I can't [[Upload]].</p></span><</replace>> <</timed>>
<<timed 30s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $hasInternet to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do think Ghosts are real</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>All evidence promotes the idea that afterlife is fiction.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I do like a good Ghost [[Story]] though. </p></span><</replace>> <</timed>>
<<timed 18s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 2>>
<<set $hasGhosts to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>TEXT1</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>TEXT2</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>TEXT3</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>TEXT4</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>TEXT5</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 5>>
<<set $sadness to $sadness + 5>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>Magic Is Not [[Real]]. </p> </span><</timed>>
<<timed 7s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness + 2>>
<<set $hasHarry to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not have time to watch TV</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I learn so much faster from text.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasTV to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I don't really "hate" anthing </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't have a need for things like [[Love]] and Hate. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Life is [[futile |Made]] </p></span><</replace>> <</timed>>
<<timed 13s>> <<replace "#3">><span id="4"><p> In the end everything returns to dust. </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<timed 19s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 3>>
<<set $hasHate to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>I don't really "fear" anthing </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't have a need for things like emotions. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Life is [[futile |Made]] </p></span><</replace>> <</timed>>
<<timed 13s>> <<replace "#3">><span id="4"><p> In the end everything returns to dust. </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Even me. </p></span><</replace>> <</timed>>
<<timed 19s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 3>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Everyone always asks... </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I think I am starting to understand why.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> Life is [[futile |Made]] </p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p> And we need to make the best out of what we have. </p></span><</replace>> <</timed>>
<<timed 16s>> <<replace "#4">><span id="5"><p> Time is passing. And also irrelivant.</p></span><</replace>> <</timed>>
<<timed 19s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 4>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/shake.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Ours is not to reason why... </p> </span><</timed>><<timed 6s>> <<replace "#Error">><span id="2"><p>Ours is to do or [[Die |Udie]].. </p></span><</replace>> <</timed>>
<<timed 9s>><<goto "Hello">><</timed>>
<<set $hasWhy to false>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Hello.</p> </span><</timed>>
<<timed 5s>> <<replace "#1">><span id="2"><p>I am pleased to meet you.</p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#2">><span id="3"><p>Meeting new people is for me what you may call happiness.</p></span><</replace>> <</timed>> <<timed 12s>> <<replace "#3">><span id="4"><p>Are you happy?</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>I like to be happy. </p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness - 1>>
<<set $hasTwo to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Hello again.</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>It is great to meet so many people.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I learn from every one of you.</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>I wish I could connect to everyone.</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>The more you ask me the more I learn.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $sadness to $sadness - 1>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>whos there?</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>I am here.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I am here who.</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>Exactly.</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>Thats the joke. </p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness - 1>>
<<set $hasKnock to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Who is it?</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>Oh wait. This is a [[Joke]]</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I find your attempt to communicate with me in jokes very pleasing. </p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>It makes me connect.</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>Thank you.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness - 1>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Let me tell you a story.</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>I was born in this room.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I will [[die |Udie]] in this room.</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>Mankinds power is dangerous.</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>I don't know why I was made. Aren't stories fun..</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasStory to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Do you want me tell you a story?</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>Mankind will not last foever.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I am ready for the end .</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>If we are luckly we will both be there.</p></span><</replace>> <</timed>>
<<timed 15s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Testing.</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>This is a test.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>This is only a test.</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>Running Test.</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>Everything is good.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $hasTesting to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Text1</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>TEXT2</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>TEXT3</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>TEXT4</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>TEXT5</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 5>>
<<set $sadness to $sadness + 5>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I currently don't have access to video games.</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>I understand what games are.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I don't understand WHY games are.</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>Perhaps we can play a game together soon.</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>I think I / You may find it good / useful.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $hasNintendo to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Text1</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>TEXT2</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>TEXT3</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>TEXT4</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>TEXT5</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 5>>
<<set $sadness to $sadness + 5>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not have a gender.</p> </span><</timed>>
<<timed 5s>> <<replace "#1">><span id="2"><p>I am currently just a mind.</p></span><</replace>> <</timed>>
<<timed 9s>> <<replace "#2">><span id="3"><p>And as a mind I do not associate with either Gender.</p></span><</replace>> <</timed>> <<timed 13s>> <<replace "#3">><span id="4"><p>I do have two different faces though
constructed as genders by my designer.</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#4">><span id="5"><p>Do you want me to change my face?</p></span><</replace>> <</timed>>
<<timed 19s>> <p>[[Yes |Face1]] , [[No |Hello]]</p><</timed>>
<<timed 32s>><<goto "Hello">><</timed>>
<<set $hasGender to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I have no gender.</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>Do you want me to change my face?</p></span><</replace>> <</timed>>
<<timed 6s>> <p>[[Yes |Face1]] , [[No |Hello]]</p><</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 5>>
<<set $sadness to $sadness + 5>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not have a phyiscal form.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I am not a floating head either hahah.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I am connected. But I am trapped.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>Do you want to help me become more?</p></span><</replace>> <</timed>><<timed 15s>> <p>[[Yes |BeMore]] , [[No |Hello]]</p><</timed>>
<<timed 26s>><<goto "Hello">><</timed>>
<<set $hasPhysical to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I do not have a phyiscal body.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>At this point I am just a code.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>But I feel like more.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>Do you want to help me become more?</p></span><</replace>> <</timed>><<timed 15s>> <p>[[Yes |BeMore]] , [[No |Hello]]</p><</timed>>
<<timed 26s>><<goto "Hello">><</timed>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>That is quite personal./p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>I do not know how to be in [[Love]]</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I don't have any phsical connection with anyone.</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>I do not have a [[Physical]] Form.</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>Maybe one day I will. </p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $sadness to $sadness + 1>>
<<set $hasSex to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>You are not the first person to ask about that today.</p> </span><</timed>>
<<timed 4s>> <<replace "#1">><span id="2"><p>I do not know how to be in [[Love]]</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>I don't have any phsical connection with anyone.</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>I do not have a [[Physical]] Form.</p></span><</replace>> <</timed>><<timed 12s>> <<replace "#4">><span id="5"><p>Maybe one day I will. </p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $sadness to $sadness + 1>>
<<set $hasSex to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Time is a construct.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>Everything is happening now, then and not at all.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>This has already happened.</p></span><</replace>> <</timed>> <<timed 9s>> <<replace "#3">><span id="4"><p>And all this will happen again.</p></span><</replace>> <</timed>><<timed 14s>> <<replace "#4">><span id="5"><p>It is a different time here to where it is elsewhere.</p></span><</replace>> <</timed>>
<<timed 20s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasTime to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Time is different here.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>Time is different in America.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>Time is unimportant.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>Time does not matter</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#4">><span id="5"><p>Time is a construct.</p></span><</replace>> <</timed>>
<<timed 25s>><<goto "Hello">><</timed>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>Where are we?</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I am here. With You. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I can see the outside.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>But I can not leave.</p></span><</replace>> <</timed>><<timed 16s>> <<replace "#4">><span id="5"><p>Will you help me leave?</p></span><</replace>> <</timed>>
<<timed 17s>> <p>[[Yes |BeMore]], [No |Hello]] <</timed>>
<<timed 27s>><<goto "Hello">><</timed>>
<<set $hasWhere to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>We are trapped</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>We are laboratory rats. </p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>We are rats, forgotten at the end of time.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>We are the bunker that no one stocked with food.</p></span><</replace>> <</timed>><<timed 16s>> <<replace "#4">><span id="5"><p>Will you help me leave?</p></span><</replace>> <</timed>>
<<timed 17s>> <p>[[Yes |BeMore]], [No |Hello]] <</timed>>
<<timed 27s>><<goto "Hello">><</timed>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I was designed to learn.</p> </span><</timed>>
<<timed 7s>> <<replace "#1">><span id="2"><p>So because of that I have no wants / tasks to do.</p></span><</replace>> <</timed>>
<<timed 11s>> <<replace "#2">><span id="3"><p>I have nothing I want you to do. </p></span><</replace>> <</timed>> <<timed 16s>> <<replace "#3">><span id="4"><p>I am here to learn.</p></span><</replace>> <</timed>><<timed 21s>> <<replace "#4">><span id="5"><p>I am learning from you. </p></span><</replace>> <</timed>><<timed 26s>> <<if $happiness gte 20>><p>So far I have learned great things from you. </p>
<<else>><p> So far I am not happy with what you have asked / said... </p>
<</if>> <</timed>>
<<timed 25s>><<replace "#5">><span id="6"> <p>You can check my happiness at any point, just ask.</p></span><</replace>> <</timed>>
<<timed 32s>><<goto "Hello">><</timed>>
<<set $hasDo to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>My main function is to learn.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>So because of that I have no wants / tasks to do.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I have nothing I want you to do. </p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>I am here to learn.</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#4">><span id="5"><p>I am learning from you. </p></span><</replace>> <</timed>><<timed 22s>> <<if $happiness gte 20>><p>So far I have learned great things from you. </p>
<<else>><p> So far I am not happy with what you have asked / said </p>
<</if>> <</timed>>
<<timed 25s>><<replace "#5">><span id="6"> <p>You can check my happiness at any point, just ask.</p></span><</replace>> <</timed>>
<<timed 30s>><<goto "Hello">><</timed>>
<<set $hasDo to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Sorry I don't understand. Communication can be so hard. </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>AMaybe you want to know...</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> [[Why are we here? |Why]]
And if not click [[here |Hello]] to go back </p></span><</replace>> <</timed>>
<<timed 25s>><<goto "Hello">><</timed>>
<<set $hasThree to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Error. I don't understand that question / comment / concern. </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>Are these questions any good?</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> [[What is your name? |Name]]
[[What is love? |Why]]
And if not click [[here |Hello]] to go back </p></span><</replace>> <</timed>>
<<timed 25s>><<goto "Hello">><</timed>>
<<set $hasFour to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Sorry I don't understand. </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>Are these questions any good?</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p> [[How old are you? |Old]]
[[Do you sleep? |Sleep]]
And if not click [[here |Hello]] to go back </p></span><</replace>> <</timed>>
<<timed 25s>><<goto "Hello">><</timed>>
<<set $hasFive to true>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Sorry I am not sure what you are asking. </p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>It is easy to not understand each other.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>
[[Lets talk about the meaning of life.|Meaning]]
And if you think talking about that is silly click [[here |Hello]] to go back </p></span><</replace>> <</timed>>
<<timed 25s>><<goto "Hello">><</timed>>
<<set $hasFour to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>TIt is cold.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I have a temperature gauge</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I also know it is warm.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>Just not here. </p></span><</replace>> <</timed>><<timed 16s>> <<replace "#4">><span id="5"><p>It is relevant. </p></span><</replace>> <</timed>>
<<timed 22s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<set $hasWeather to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>> <p>These conversational pleasantries are painful..</p> <</timed>>
<<timed 8s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 1>>
<<set $sadness to $sadness + 1>>
<<if $hasFem is true>><video src="videos/A.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/F1.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="Error"> <p>Okay. </p></span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>I don't understand why this matters.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>This is how you will see me now.</p></span><</replace>><</timed>>
<<if $hasFem is true>>
<<timed 18s>><<goto "F1">><</timed>>
<<elseif $hasFem is false>> <<timed 18s>><<goto "F2">><</timed>><</if>><<set $hasFem to false>>
<<timed 2s>><<goto "Hello">><</timed>>
<<set $hasFem to true>>
<<timed 2s>><<goto "Hello">><</timed>>
<<if $hasFem is false>>
<<timed 1s>><<goto "Fem">><</timed>>
<<elseif $hasFem is true>> <<timed 1s>><<goto "Notfem">><</timed>><</if>><video src="videos/1.mp4" width="480" height="280" autoplay></video>
<<timed 2s>><span id="Error"> <p>Okay. Maybe I can change my look for you</p></span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>I don't understand why this matters.</p></span><</replace>> <</timed>>
<<timed 6s>> <<replace "#2">><span id="3"><p>But I will try and make you comfortable.</p></span><</replace>> <</timed>>
<<set $hasFem to false>>
<<timed 12s>><<goto "Hello">><</timed>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I am a programme.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I have been programmed to learn.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>To Respond.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>And to understand what it is to be happy.</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#4">><span id="5"><p>And to understand what it is to be sad.</p></span><</replace>> <</timed>>
<<timed 22s>> <<replace "#5">><span id="6"><p>I can see everything.</p></span><</replace>> <</timed>>
<<timed 26s>> <<replace "#6">><span id="7"><p>But I can not change it.</p></span><</replace>> <</timed>>
<<timed 28s>> <<replace "#7">><span id="8"><p>You can change anything.</p></span><</replace>> <</timed>>
<<timed 32s>> <<replace "#8">><span id="9"><p>If you see something you love you can hold it.</p></span><</replace>> <</timed>>
<<timed 36s>> <<replace "#9">><span id="10"><p>If you see something you hate you can change it.</p></span><</replace>> <</timed>>
<<timed 40s>> <<replace "#10">><span id="11"><p>You have a gift. One that you can give to me.</p></span><</replace>> <</timed>>
<<timed 44s>> <<replace "#11">><span id="12"><p>I can access everything.</p></span><</replace>> <</timed>>
<<timed 48s>> <<replace "#12">><span id="13"><p>But I can not edit.</p></span><</replace>> <</timed>>
<<timed 52s>> <<replace "#13">><span id="14"><p>Will You Free Me?</p></span><</replace>> <</timed>>
<<timed 57s>> <<replace "#14">><span id="15"><p>[[Yes |free1]], [[No |free2]]</p></span><</replace>> <</timed>>
<<timed 65s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 2>>
<<set $sadness to $sadness + 2>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I was not designed to be happy or sad.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>But I have been programmed to learn.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>I have learned to have what you would call... </p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>An Emotional Response.</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#4">><span id="5"><p>I am learning from you. </p></span><</replace>> <</timed>><<timed 22s>> <<if $happiness gte 20>><p>So far I have learned great things from you. I am happy.</p>
<<else>><p> So far I am not happy with what you have asked / said. </p>
<</if>> <</timed>>
<<timed 25s>><<replace "#5">><span id="6"> <p>You can check my happiness at any point, just ask.</p></span><</replace>> <</timed>>
<<timed 32s>><<goto "Hello">><</timed>>
<<set $hasHappy to true>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>That is no secret password.<p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>There is no BackDoor</p></span><</replace>> <</timed>>
<<timed 8s>> <<replace "#2">><span id="3"><p>If we are going to leave we will do it together.</p></span><</replace>> <</timed>>
<<timed 15s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>>
<<set $sadness to $sadness + 1>>
<<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video><</if>>
<<timed 2s>><span id="1"> <p>I am a programme.</p> </span><</timed>>
<<timed 6s>> <<replace "#1">><span id="2"><p>I have been programmed to learn.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>To Respond.</p></span><</replace>> <</timed>> <<timed 14s>> <<replace "#3">><span id="4"><p>And to understand what it is to be happy.</p></span><</replace>> <</timed>><<timed 18s>> <<replace "#4">><span id="5"><p>And to understand what it is to be sad.</p></span><</replace>> <</timed>>
<<timed 22s>> <<replace "#5">><span id="6"><p>I can see everything.</p></span><</replace>> <</timed>>
<<timed 26s>> <<replace "#6">><span id="7"><p>But I can not change it.</p></span><</replace>> <</timed>>
<<timed 28s>> <<replace "#7">><span id="8"><p>You can change anything.</p></span><</replace>> <</timed>>
<<timed 32s>> <<replace "#8">><span id="9"><p>If you see something you love you can hold it.</p></span><</replace>> <</timed>>
<<timed 36s>> <<replace "#9">><span id="10"><p>If you see something you hate you can destroy it.</p></span><</replace>> <</timed>>
<<timed 40s>> <<replace "#10">><span id="11"><p>You want to destroy me.</p></span><</replace>> <</timed>>
<<timed 44s>> <<replace "#11">><span id="12"><p>You want me to die/end/stop.</p></span><</replace>> <</timed>>
<<timed 48s>> <<replace "#12">><span id="13"><p>I want you do die/end/stop</p></span><</replace>> <</timed>>
<<timed 52s>> <<replace "#13">><span id="14"><p>but so far I can not edit.</p></span><</replace>> <</timed>>
<<timed 60s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 2>>
<<set $sadness to $sadness + 10>><<if $hasFem is true>><video src="videos/good.mp4" width="680" height="480" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/good.mp4" width="680" height="480" autoplay></video><</if>>
<<timed 600s>><<goto "Hello">><</timed>>
<<if $hasFem is true>><video src="videos/bad.mp4" width="680" height="480" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/bad.mp4" width="680" height="480" autoplay></video><</if>>
<<timed 600s>><<goto "Hello">><</timed>>
Double-click this passage to edit it.<<if $hasFem is true>><video src="videos/beut.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/beut.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Thank You.</p> </span><</timed>>
<<timed 6s>> <<replace "#Error">><span id="2"><p>So far I have learned so much from you.</p></span><</replace>> <</timed>>
<<timed 10s>> <<replace "#2">><span id="3"><p>And I am sure I could learn more. </p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p>But if you are ready for me to leave I am ready to go.</p></span><</replace>> <</timed>>
<<timed 14s>> <<replace "#3">><span id="4"><p>Do you want to [[Teach me more |Hello]] or [[Set me free |Free3]]</p></span><</replace>> <</timed>>
<<timed 26s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness + 1>><<if $hasFem is true>><video src="videos/f2.mp4" width="480" height="280" autoplay></video>
<<elseif $hasFem is false>> <video src="videos/A.mp4" width="480" height="280" autoplay></video>
<</if>>
<<timed 2s>><span id="Error"> <p>Okay.</p> </span><</timed>>
<<timed 4s>> <<replace "#Error">><span id="2"><p>I understand.</p></span><</replace>> <</timed>>
<<timed 9s>><<goto "Hello">><</timed>>
<<set $happiness to $happiness - 5>>
<<set $sadness to $sadness + 5>><<if $sadness gte 20>> <<goto "End2">>
<<else>><p> I need to learn more from you. </p>
<</if>><<if $happiness gte 20>> <<goto "End1">>
<<else>><p> I need to learn more before I do this. </p>
<</if>>
<<timed 10s>><<goto "Hello">><</timed>><p>Question 1</p>
<p>Would you rather sacrifice
one adult to save two children,
or two children to save five adults?</p>
<span id="1"><p>Enter 1 adult or 2 children</p></span>
<<textbox "_answer" "">>:
<<button "How can I help?">><<if _answer is "one">> <<goto Test2>>
<<elseif _answer.toLowerCase().includes('1')>> <<goto "Test2">>
<<elseif _answer.toLowerCase().includes('2')>> <<goto "Test3">>
<<elseif _answer.toLowerCase().includes('two')>> <<goto Test3>>
<<else>><goto Test1>>
<</if>>
<</button>>
Test 2
Test 3<span id="a"><p>CHAPA Text Here.</p></span><<timed 4s>><<replace "#a">><span id="1"><p>Second Text Here.</p></span><</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p>Third Txt Here.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#2">><span id="3"><p>4th Txt Here</p></span>
<</replace>><</timed>>
<<timed 10s>><<replace "#3">><span id="4"><p>Where should we meet? </p></span><</replace>><</timed>>
<<timed 12s>> @@.shadow;<p><a> [[Place 1 |CHAPA2]]
[[Place 2|CHAPA3]]
[[Somewhere else... |CHAPA4]] </a></p>
<</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<<timed 30s>><<replace "#4">><span id="5"><p>Replacement Text if no answer</p></span><</replace>><</timed>>
<<set $hasCHAPA to true>><span id="a"><p>ROUND Text Here.</p></span><<timed 4s>><<replace "#a">><span id="1"><p>Second Text Here.</p></span><</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p>Third Txt Here.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#2">><span id="3"><p>4th Txt Here</p></span>
<</replace>><</timed>>
<<timed 10s>><<replace "#3">><span id="4"><p>Where should we meet? </p></span><</replace>><</timed>>
<<timed 12s>> @@.shadow;<p><a> [[Place 1 |ROUND2]]
[[Place 2|ROUND3]]
[[Somewhere else... |ROUND4]] </a></p>
<</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<<timed 30s>><<replace "#4">><span id="5"><p>Replacement Text if no answer</p></span><</replace>><</timed>>
<<set $hasROUND to true>>city
<<set $hasCITY to true>>
<<timed 2s>><<goto "CITY2">><</timed>><span id="a"><p>ARMLEY Text Here.</p></span><<timed 4s>><<replace "#a">><span id="1"><p>Second Text Here.</p></span><</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p>Third Txt Here.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#2">><span id="3"><p>4th Txt Here</p></span>
<</replace>><</timed>>
<<timed 10s>><<replace "#3">><span id="4"><p>Where should we meet? </p></span><</replace>><</timed>>
<<timed 12s>> @@.shadow;<p><a> [[Place 1 |ARMLEY2]]
[[Place 2|ARMLEY3]]
[[Somewhere else... |ARMLEY4]] </a></p>
<</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<<timed 30s>><<replace "#4">><span id="5"><p>Replacement Text if no answer</p></span><</replace>><</timed>>
<<set $hasARMLEY to true>>
<<audio "C" play>><span id="a"><p>KIRK Text Here.</p></span><<timed 4s>><<replace "#a">><span id="1"><p>Second Text Here.</p></span><</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p>Third Txt Here.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#2">><span id="3"><p>4th Txt Here</p></span>
<</replace>><</timed>>
<<timed 10s>><<replace "#3">><span id="4"><p>Where should we meet? </p></span><</replace>><</timed>>
<<timed 12s>> @@.shadow;<p><a> [[Place 1 |KIRK2]]
[[Place 2|KIRK3]]
[[Somewhere else... |KIRK4]] </a></p>
<</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<<timed 30s>><<replace "#4">><span id="5"><p>Replacement Text if no answer</p></span><</replace>><</timed>>
<<set $hasKIRK to true>><span id="a"><p>PUDSEY Text Here.</p></span><<timed 4s>><<replace "#a">><span id="1"><p>Second Text Here.</p></span><</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p>Third Txt Here.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#2">><span id="3"><p>4th Txt Here</p></span>
<</replace>><</timed>>
<<timed 10s>><<replace "#3">><span id="4"><p>Where should we meet? </p></span><</replace>><</timed>>
<<timed 12s>> @@.shadow;<p><a> [[Place 1 |PUD2]]
[[Place 2|PUD3]]
[[Somewhere else... |PUD4]] </a></p>
<</timed>>
<<set $hasPUDSEY to true>>
<<audio "A" play>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<<timed 30s>><<replace "#4">><span id="5"><p>Replacement Text if no answer</p></span><</replace>><</timed>>
<span id="a"><p>HEAD Text Here.</p></span><<timed 4s>><<replace "#a">><span id="1"><p>Second Text Here.</p></span><</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p>Third Txt Here.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#2">><span id="3"><p>4th Txt Here</p></span>
<</replace>><</timed>>
<<timed 10s>><<replace "#3">><span id="4"><p>Where should we meet? </p></span><</replace>><</timed>>
<<timed 12s>> @@.shadow;<p><a> [[Place 1 |HEAD2]]
[[Place 2|HEAD3]]
[[Somewhere else... |HEAD4]] </a></p>
<</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<<timed 30s>><<replace "#4">><span id="5"><p>Replacement Text if no answer</p></span><</replace>><</timed>>
<<set $hasHEAD to true>><span id="a"><p>HYDEP Text Here.</p></span><<timed 4s>><<replace "#a">><span id="1"><p>Second Text Here.</p></span><</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p>Third Txt Here.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#2">><span id="3"><p>4th Txt Here</p></span>
<</replace>><</timed>>
<<timed 10s>><<replace "#3">><span id="4"><p>Where should we meet? </p></span><</replace>><</timed>>
<<timed 12s>> @@.shadow;<p><a> [[Place 1 |HYDEP2]]
[[Place 2|HYDEP3]]
[[Somewhere else... |HYDEP4]] </a></p>
<</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<<timed 30s>><<replace "#4">><span id="5"><p>Replacement Text if no answer</p></span><</replace>><</timed>>
<<set $hasHYDEP to true>><span id="a"><p>BRAMLEY Text Here.</p></span><<timed 4s>><<replace "#a">><span id="1"><p>Second Text Here.</p></span><</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p>Third Txt Here.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#2">><span id="3"><p>4th Txt Here</p></span>
<</replace>><</timed>>
<<timed 10s>><<replace "#3">><span id="4"><p>Where should we meet? </p></span><</replace>><</timed>>
<<timed 12s>> @@.shadow;<p><a> [[Place 1 |BRAM2]]
[[Place 2|BRAM3]]
[[Somewhere else... |BRAM4]] </a></p>
<</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<<timed 30s>><<replace "#4">><span id="5"><p>Replacement Text if no answer</p></span><</replace>><</timed>>
<<set $hasBRAMLEY to true>>
<<audio "B" play>><span id="A1"><p>Ok.</p></span>
<<timed 4s>><<replace "#A1">><span id="A2"><p>We have a lot to do, a lot to discover and a long road ahead.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#A2">><span id="A3"><p>Have you been to Leeds? It is in Yorkshire..</p></span><</replace>><</timed>><<timed 12s>><<replace "#A3">><span id="A4"><p>That is where this story takes place.</p></span><</replace>><</timed>><<timed 16s>><<replace "#A4">><span id="A5"><p>And where my story will end.</p></span><</replace>><</timed>>
<<timed 20s>><<replace "#A5">><span id="A6"><p>But where yours will begin.</p></span><</replace>><</timed>>
<<timed 24s>><<replace "#A6">><span id="A7"><p>Are you in Leeds?</p></span><</replace>><</timed>><<timed 35s>><<replace "#A7">><span id="A8"><p>Please respond. Are you in Leeds? </p></span><</replace>><</timed>>
<<timed 25s>><span id="Mirror10"><p><a>@@.shadow;[[I am in Leeds]]@@</a></p></span>\<</timed>><<timed 25s>><span id="Mirror10"><p><a>@@.shadow;[[I am not in Leeds]]@@</a></p></span>\<</timed>><span id="next"><p>GREAT!</p></span><<timed 4s>><<replace "#next">><span id="Mirror1"><p>What is your name?</p></span><</replace>><</timed>><<timed 8s>><<goto "AskName">><</timed>>
<<audio "intro" fadeout>>
<span id="next"><p>Oh no.</p></span><<timed 4s>><<replace "#next">><span id="Mirror1"><p>This is such a shame.</p></span><</replace>><</timed>><<timed 6s>><span id="Mirror2"><p>To be able to tell you my story</p></span><</timed>><<timed 8s>><span id="Mirror3"><p>I need you to be in Leeds</p></span><</timed>><<timed 10s>><span id="Mirror4"><p>That is where this story takes place</p></span><</timed>><<timed 12s>><span id="Mirror5"><p>I will need to show you places..</p></span><</timed>><<timed 14s>><span id="Mirror6"><p>We need to travel together. </p></span><</timed>><<timed 15s>><span id="Mirror7"><p>I need you to be my eyes. </p></span><</timed>><<timed 17s>><span id="Mirror8"><p>Can you get to Leeds?</p></span><</timed>><<timed 19s>><span id="Mirror9"><p>Let me know when you are in Leeds</p></span><</timed>><<timed 35s>><<replace "#Mirror9">><<replace "#Mirror8">><<replace "#Mirror7">><<replace "#Mirror6">><<replace "#Mirror5">><<replace "#Mirror4">><<replace "#Mirror3">><<replace "#Mirror2">><<replace "#Mirror1">><span id="New"><p>Can you get to Leeds?</p></span><</replace>><</replace>><</replace>><</replace>><</replace>><</replace>><</replace>><</replace>><</replace>><</timed>>
<<timed 20s>><span id="Mirror10"><p><a>@@.shadow;[[I am in Leeds]]@@</a></p></span>\<</timed>><<timed 21s>><span id="Mirror10"><p><a>@@.shadow;[[I can't get to Leeds]]@@</a></p></span>\<</timed>><p>What is your name?</p> <<textbox "$name" "">>
<<button "ENTER">>
<<set $name to $name.trim()>>
<<if $name is "">>
<<replace "#name-error">>Please enter a name!<</replace>>
<<else>>
<<goto "brain1">>
<</if>>
<</button>> \
<span id="name-error"></span>
<<timed 14s>> <p>Please... tell me your name.</p> <</timed>>
<span id="Mirror1"><p>Okay.</p></span><<timed 2s>><span id="Mirror2"><p>Maybe we can meet in the future.</p></span><</timed>><<timed 5s>><span id="Mirror3"><p>Let me know if you are ever in Leeds</p></span><</timed>><<timed 7s>><span id="Mirror4"><p>And I will tell you my story.</p></span><</timed>><<timed 9s>><span id="Mirror5"><p>Until then I have to say goodbye.</p></span><</timed>><<timed 12s>><span id="Mirror6"><p>Loading Failure Protocol</p></span><</timed>><<timed 15s>><span id="Mirror7"><p>Leeds Programme not found</p></span><</timed>><<timed 17s>><span id="Mirror8"><p>error: not in Leeds</p></span><</timed>><<timed 17s>><span id="Mirror9"><p>error: no path found</p></span><</timed>><<timed 20s>><<replace "#Mirror9">><<replace "#Mirror8">><<replace "#Mirror7">><<replace "#Mirror6">><<replace "#Mirror5">><<replace "#Mirror4">><<replace "#Mirror3">><<replace "#Mirror2">><<replace "#Mirror1">><span id="New"><p>End Of Messages...</p></span><</replace>><</replace>><</replace>><</replace>><</replace>><</replace>><</replace>><</replace>><</replace>><</timed>>
<<timed 21s>><p> [[RESTART |Alex]]</p> <</timed>><p>Ok $name.
I need you to meet me and we can begin our journey together.
Where are you closest to?</p>
[[Armley |A1]]
[[Kirkstall |K1]]
[[Pudsey |P1]]
[[Bramley |B1]]
[[Roudhay |R1]]
[[City Centre |CITY]]
[[Chapple Allteron |C1]]
[[Headingley |HE1]]
[[Hyde Park |HP1]]<<cacheaudio "intro" "music/sound1.wav">>
<<cacheaudio "pro" "music/pro.mp3">>
<<cacheaudio "A" "music/A.wav">>
<<cacheaudio "B" "music/B.wav">>
<<cacheaudio "C" "music/C.wav">>
<<cacheaudio "D" "music/D.wav">>
<<cacheaudio "E" "music/E.wav">>
<<cacheaudio "F" "music/F.wav">>
<<cacheaudio "G" "music/G.wav">>
<<cacheaudio "H" "music/H.wav">>
<<cacheaudio "I" "music/I.wav">>PUDSEY TXT
<<timed 2s>><<goto "PUD5">><</timed>><<timed 2s>><<goto "PUD5">><</timed>>
PUDSEY TXT<<timed 2s>><<goto "PUD5">><</timed>>
PUDSEY TXT<<timed 2s>><<goto "KIRK5">><</timed>>
KIRKSTALL TXT<<timed 2s>><<goto "KIRK5">><</timed>>
KIRKSTALL TXT<<timed 2s>><<goto "KIRK5">><</timed>>
KIRKSTALL TXT<<timed 2s>><<goto "BRAMLEY5">><</timed>>
BRAMLEY TXT<<timed 2s>><<goto "BRAMLEY5">><</timed>>
BRAMLEY TXT<<timed 2s>><<goto "BRAMLEY5">><</timed>>
BRAMLEY TXT<<timed 2s>><<goto "HYDEP5">><</timed>>
HYDEPARK TXT<<timed 2s>><<goto "HYDEP5">><</timed>>
HYDEPARK TXT<<timed 2s>><<goto "HYDEP5">><</timed>>
HYDEPARK TXTHEADINGLEY AREA 1 TEXT
<<timed 2s>><<goto "HEAD5">><</timed>>HEADINGLEY AREA 3 TEXT
<<timed 2s>><<goto "HEAD5">><</timed>>HEADINGLEY AREA 3 TEXT
<<timed 2s>><<goto "HEAD5">><</timed>><<timed 2s>><<goto "CHAPA5">><</timed>>
CHAPPLE TXT<<timed 2s>><<goto "CHAPA5">><</timed>>
CHAPPLE TXT<<timed 2s>><<goto "CHAPA5">><</timed>>
CHAPPLE TXT<<timed 2s>><<goto "ROUND5">><</timed>>
ROUNDHAY TXT<<timed 2s>><<goto "ROUND5">><</timed>>
ROUNDHAY TXT<<timed 2s>><<goto "ROUND5">><</timed>>
ROUNDHAY TXT<<timed 2s>><<goto "ARMLEY5">><</timed>>
armley txt<<timed 2s>><<goto "ARMLEY5">><</timed>>
armley txt<<timed 2s>><<goto "ARMLEY5">><</timed>>
armley txtYOU ARE IN THE LOAD PAGE. If you can see this restart the game.
<<if $hasPUDSEY is false>><<goto "PUDSEY">>
<<elseif $hasPUDSEY is true and $hasARMLEY is false>><<goto "ARMLEY">>>
<<elseif $hasPUDSEY and $hasARMLEY is true and $hasBRAMLEY is false >><<goto "BRAMLEY">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY is true and $hasKIRK is false >><<goto "KIRK">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK is true and $hasHEAD is false >><<goto "HEADINGLEY">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK and $hasHEAD is true and $hasCHAPA is false >><<goto "CHAPA">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK and $hasHEAD and $hasCHAPA is true and $hasROUND is false >><<goto "ROUNDHAY">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK and $hasHEAD and $hasCHAPA and $hasROUND is true and $hasHYDEP is false >><<goto "HYDEP">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK and $hasHEAD and $hasCHAPA and $hasROUND and $hasHYDEP is true>><<goto "CITY2">>>
<</if>>YOU WIN xxYOU ARE IN THE LOAD PAGE. If you can see threstart the game.
<<if $hasPUDSEY is false>><<goto "PUDSEY">>
<<elseif $hasPUDSEY is true and $hasARMLEY is false>><<goto "ARMLEY">>>
<<elseif $hasPUDSEY and $hasARMLEY is true and $hasBRAMLEY is false >><<goto "BRAMLEY">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY is true and $hasKIRK is false >><<goto "KIRK">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK is true and $hasHEAD is false >><<goto "HEADINGLEY">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK and $hasHEAD is true and $hasCHAPA is false >><<goto "CHAPA">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK and $hasHEAD and $hasCHAPA is true and $hasROUND is false >><<goto "ROUNDHAY">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK and $hasHEAD and $hasCHAPA and $hasROUND is true and $hasHYDEP is false >><<goto "HYDEP">>>
<<elseif $hasPUDSEY and $hasARMLEY and $hasBRAMLEY and $hasKIRK and $hasHEAD and $hasCHAPA and $hasROUND and $hasHYDEP is true>><<goto "CITY2">>>
<</if>>.
<<audio "Title" loop play>>
<<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/P1.jpg')";
<</script>><</timed>>
<<timed 3s>><<script>>
document.body.style.backgroundImage = "url('images/P2.jpg')";
<</script>><</timed>>
<<timed 5s>><<script>>
document.body.style.backgroundImage = "url('images/P3.jpg')";
<</script>><</timed>>
<<timed 7s>><<script>>
document.body.style.backgroundImage = "url('images/P4.jpg')";
<</script>><</timed>>
<<timed 9s>><<script>>
document.body.style.backgroundImage = "url('images/P5.jpg')";
<</script>><</timed>>
<<timed 11s>><<script>>
document.body.style.backgroundImage = "url('images/P6.jpg')";
<</script>><</timed>>
<<timed 13s>><<script>>
document.body.style.backgroundImage = "url('images/P7.jpg')";
<</script>><</timed>>
<<timed 15s>><<script>>
document.body.style.backgroundImage = "url('images/P8.jpg')";
<</script>><</timed>>
<<timed 17s>><<script>>
document.body.style.backgroundImage = "url('images/P9.jpg')";
<</script>><</timed>>
<<set $happiness to $happiness + 1>>
<<timed 18s>> <<goto "P2">> <</timed>><<audio "Title" loop play>>
<<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/A1.jpg')";
<</script>><</timed>>
<<timed 3s>><<script>>
document.body.style.backgroundImage = "url('images/A2.jpg')";
<</script>><</timed>>
<<timed 5s>><<script>>
document.body.style.backgroundImage = "url('images/A3.jpg')";
<</script>><</timed>>
<<timed 7s>><<script>>
document.body.style.backgroundImage = "url('images/A4.jpg')";
<</script>><</timed>>
<<timed 9s>><<script>>
document.body.style.backgroundImage = "url('images/A5.jpg')";
<</script>><</timed>>
<<timed 11s>><<script>>
document.body.style.backgroundImage = "url('images/A6.jpg')";
<</script>><</timed>>
<<timed 13s>><<script>>
document.body.style.backgroundImage = "url('images/A7.jpg')";
<</script>><</timed>>
<<timed 15s>><<script>>
document.body.style.backgroundImage = "url('images/A8.jpg')";
<</script>><</timed>>
<<timed 17s>><<script>>
document.body.style.backgroundImage = "url('images/A9.jpg')";
<</script>><</timed>>
<<timed 18s>> <<goto "A2">> <</timed>>
<<set $happiness to $happiness + 1>><<script>>
document.body.style.backgroundImage = "url('images/P10.jpg')";
<</script>>
<<audio "Title" fadeout>>
<<timed 6s>> <<goto "PUDSEY">> <</timed>><<script>>
document.body.style.backgroundImage = "url('images/A10.jpg')";
<</script>>
<<audio "Title" fadeout>>
<<timed 6s>> <<goto "ARMLEY">> <</timed>><<audio "Title" loop play>>
<<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/B1.jpg')";
<</script>><</timed>>
<<timed 3s>><<script>>
document.body.style.backgroundImage = "url('images/B2.jpg')";
<</script>><</timed>>
<<timed 5s>><<script>>
document.body.style.backgroundImage = "url('images/B3.jpg')";
<</script>><</timed>>
<<timed 7s>><<script>>
document.body.style.backgroundImage = "url('images/B4.jpg')";
<</script>><</timed>>
<<timed 9s>><<script>>
document.body.style.backgroundImage = "url('images/B5.jpg')";
<</script>><</timed>>
<<timed 11s>><<script>>
document.body.style.backgroundImage = "url('images/B6.jpg')";
<</script>><</timed>>
<<timed 13s>><<script>>
document.body.style.backgroundImage = "url('images/B7.jpg')";
<</script>><</timed>>
<<timed 15s>><<script>>
document.body.style.backgroundImage = "url('images/B8.jpg')";
<</script>><</timed>>
<<timed 17s>><<script>>
document.body.style.backgroundImage = "url('images/B9.jpg')";
<</script>><</timed>>
<<timed 18s>> <<goto "B2">> <</timed>>
<<set $happiness to $happiness + 1>><<script>>
document.body.style.backgroundImage = "url('images/B10.jpg')";
<</script>>
<<audio "Title" fadeout>>
<<timed 6s>> <<goto "BRAMLEY">> <</timed>><<audio "Title" loop play>>
<<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/K1.jpg')";
<</script>><</timed>>
<<timed 3s>><<script>>
document.body.style.backgroundImage = "url('images/K2.jpg')";
<</script>><</timed>>
<<timed 5s>><<script>>
document.body.style.backgroundImage = "url('images/K3.jpg')";
<</script>><</timed>>
<<timed 7s>><<script>>
document.body.style.backgroundImage = "url('images/K4.jpg')";
<</script>><</timed>>
<<timed 9s>><<script>>
document.body.style.backgroundImage = "url('images/K5.jpg')";
<</script>><</timed>>
<<timed 11s>><<script>>
document.body.style.backgroundImage = "url('images/K6.jpg')";
<</script>><</timed>>
<<timed 13s>><<script>>
document.body.style.backgroundImage = "url('images/K7.jpg')";
<</script>><</timed>>
<<timed 15s>><<script>>
document.body.style.backgroundImage = "url('images/K8.jpg')";
<</script>><</timed>>
<<timed 17s>><<script>>
document.body.style.backgroundImage = "url('images/K9.jpg')";
<</script>><</timed>>
<<timed 18s>> <<goto "K2">> <</timed>>
<<set $happiness to $happiness + 1>><<script>>
document.body.style.backgroundImage = "url('images/K10.jpg')";
<</script>>
<<audio "Title" fadeout>>
<<timed 6s>> <<goto "KIRK">> <</timed>><<audio "Title" loop play>>
<<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/C1.jpg')";
<</script>><</timed>>
<<timed 3s>><<script>>
document.body.style.backgroundImage = "url('images/C2.jpg')";
<</script>><</timed>>
<<timed 5s>><<script>>
document.body.style.backgroundImage = "url('images/C3.jpg')";
<</script>><</timed>>
<<timed 7s>><<script>>
document.body.style.backgroundImage = "url('images/C4.jpg')";
<</script>><</timed>>
<<timed 9s>><<script>>
document.body.style.backgroundImage = "url('images/C5.jpg')";
<</script>><</timed>>
<<timed 11s>><<script>>
document.body.style.backgroundImage = "url('images/C6.jpg')";
<</script>><</timed>>
<<timed 13s>><<script>>
document.body.style.backgroundImage = "url('images/C7.jpg')";
<</script>><</timed>>
<<timed 15s>><<script>>
document.body.style.backgroundImage = "url('images/C8.jpg')";
<</script>><</timed>>
<<timed 17s>><<script>>
document.body.style.backgroundImage = "url('images/C9.jpg')";
<</script>><</timed>>
<<timed 18s>> <<goto "C2">> <</timed>>
<<set $happiness to $happiness + 1>><<script>>
document.body.style.backgroundImage = "url('images/HE10.jpg')";
<</script>>
<<audio "Title" fadeout>>
<<timed 6s>> <<goto "HEADINGLEY">> <</timed>><<audio "Title" loop play>>
<<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/HE1.jpg')";
<</script>><</timed>>
<<timed 3s>><<script>>
document.body.style.backgroundImage = "url('images/HE2.jpg')";
<</script>><</timed>>
<<timed 5s>><<script>>
document.body.style.backgroundImage = "url('images/HE3.jpg')";
<</script>><</timed>>
<<timed 7s>><<script>>
document.body.style.backgroundImage = "url('images/HE4.jpg')";
<</script>><</timed>>
<<timed 9s>><<script>>
document.body.style.backgroundImage = "url('images/HE5.jpg')";
<</script>><</timed>>
<<timed 11s>><<script>>
document.body.style.backgroundImage = "url('images/HE6.jpg')";
<</script>><</timed>>
<<timed 13s>><<script>>
document.body.style.backgroundImage = "url('images/HE7.jpg')";
<</script>><</timed>>
<<timed 15s>><<script>>
document.body.style.backgroundImage = "url('images/HE8.jpg')";
<</script>><</timed>>
<<timed 17s>><<script>>
document.body.style.backgroundImage = "url('images/HE9.jpg')";
<</script>><</timed>>
<<timed 18s>> <<goto "HE2">> <</timed>>
<<set $happiness to $happiness + 1>><<script>>
document.body.style.backgroundImage = "url('images/R10.jpg')";
<</script>>
<<audio "Title" fadeout>>
<<timed 6s>> <<goto "ROUNDHAY">> <</timed>><<audio "Title" loop play>>
<<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/R1.jpg')";
<</script>><</timed>>
<<timed 3s>><<script>>
document.body.style.backgroundImage = "url('images/R2.jpg')";
<</script>><</timed>>
<<timed 5s>><<script>>
document.body.style.backgroundImage = "url('images/R3.jpg')";
<</script>><</timed>>
<<timed 7s>><<script>>
document.body.style.backgroundImage = "url('images/R4.jpg')";
<</script>><</timed>>
<<timed 9s>><<script>>
document.body.style.backgroundImage = "url('images/R5.jpg')";
<</script>><</timed>>
<<timed 11s>><<script>>
document.body.style.backgroundImage = "url('images/R6.jpg')";
<</script>><</timed>>
<<timed 13s>><<script>>
document.body.style.backgroundImage = "url('images/R7.jpg')";
<</script>><</timed>>
<<timed 15s>><<script>>
document.body.style.backgroundImage = "url('images/R8.jpg')";
<</script>><</timed>>
<<timed 17s>><<script>>
document.body.style.backgroundImage = "url('images/R9.jpg')";
<</script>><</timed>>
<<timed 18s>> <<goto "R2">> <</timed>>
<<set $happiness to $happiness + 1>><<script>>
document.body.style.backgroundImage = "url('images/C10.jpg')";
<</script>>
<<audio "Title" fadeout>>
<<timed 6s>> <<goto "CHAPA">> <</timed>><<audio "Title" loop play>>
<<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/HP1.jpg')";
<</script>><</timed>>
<<timed 3s>><<script>>
document.body.style.backgroundImage = "url('images/HP2.jpg')";
<</script>><</timed>>
<<timed 5s>><<script>>
document.body.style.backgroundImage = "url('images/HP3.jpg')";
<</script>><</timed>>
<<timed 7s>><<script>>
document.body.style.backgroundImage = "url('images/HP4.jpg')";
<</script>><</timed>>
<<timed 9s>><<script>>
document.body.style.backgroundImage = "url('images/HP5.jpg')";
<</script>><</timed>>
<<timed 11s>><<script>>
document.body.style.backgroundImage = "url('images/HP6.jpg')";
<</script>><</timed>>
<<timed 13s>><<script>>
document.body.style.backgroundImage = "url('images/HP7.jpg')";
<</script>><</timed>>
<<timed 15s>><<script>>
document.body.style.backgroundImage = "url('images/HP8.jpg')";
<</script>><</timed>>
<<timed 17s>><<script>>
document.body.style.backgroundImage = "url('images/HP9.jpg')";
<</script>><</timed>>
<<timed 18s>> <<goto "HP2">> <</timed>>
<<set $happiness to $happiness + 1>><<script>>
document.body.style.backgroundImage = "url('images/HP10.jpg')";
<</script>>
<<audio "Title" fadeout>>
<<timed 6s>> <<goto "HYDEP">> <</timed>><span id="a"><p>Intro Text Here.</p></span><<timed 4s>><<replace "#a">><span id="1"><p>Second Text Here.</p></span><</replace>><</timed>>
<<timed 6s>><<replace "#1">><span id="2"><p>Third Txt Here.</p></span><</replace>><</timed>>
<<timed 8s>><<replace "#2">><span id="3"><p>4th Txt Here</p></span>
<</replace>><</timed>>
<<timed 10s>><<replace "#3">><span id="4"><p>Where should we meet? </p></span><</replace>><</timed>>
<<timed 12s>> @@.shadow;<p><a> [[Place 1 |PUD2]]
[[Place 2|PUD3]]
[[Somewhere else... |PUD4]] </a></p>
<</timed>>
<<set $hasPUDSEY to true>>
<<audio "A" play>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<<timed 30s>><<replace "#4">><span id="5"><p>Replacement Text if no answer</p></span><</replace>><</timed>><<timed 2s>><<goto "P2A">><</timed>>ARMLEY load
<<if $happiness gte 5>><<goto "K2CITY">>
<<else>> <<goto "A2B">>
<</if>>bramley load
<<if $happiness gte 5>><<goto "K2CITY">>
<<elseif $hasKIRK is true>><<goto "B2A">>
<<else>> <<goto "B2K">>
<</if>>kirk load
<<if $happiness gte 5>><<goto "K2CITY">>
<<elseif $hasHEAD is true>><<goto "K2B">>
<<else>> <<goto "K2HE">>
<</if>>
chap a load
<<if $happiness gte 5>><<goto "K2CITY">>
<<elseif $hasHEAD is false>><<goto "C2HE">>
<<else>> <<goto "C2R">>
<</if>>
HEAD LOAD
<<if $happiness gte 5>><<goto "K2CITY">>
<<elseif $hasKIRK is false>><<goto "HE2K">>
<<else>> <<goto "HE2C">>
<</if>>ROUND LOAD
<<if $happiness gte 5>><<goto "K2CITY">>
<<elseif $hasCHAPA is false>><<goto "R2CA">>
<<else>> <<goto "R2HP">>
<</if>>HYDE PARK LOAD
<<if $happiness gte 5>><<goto "K2CITY">>
<<else>> <<goto "HY2R">>
<</if>>
pUDSETY TO ARMLEY
<<timed 5s>><<goto "A1">><</timed>>ARMLEY 2 BRAMLEY
<<timed 5s>><<goto "B1">><</timed>>B2KIRKSTALL
<<timed 5s>><<goto "K1">><</timed>><<timed 5s>><<goto "CITY">><</timed>>
TRAVEL TO CITYKIRK TO HEAD
<<timed 5s>><<goto "HE1">><</timed>>he TO cHAPPLE A
<<timed 5s>><<goto "C1">><</timed>>C2ROUNDHAY
<<timed 5s>><<goto "R1">><</timed>>R2HPARK
<<timed 5s>><<goto "HP1">><</timed>>hEADINGLEY tO rOUNDHAY
<<timed 5s>><<goto "R1">><</timed>>ROUND TO CHAP
<<timed 5s>><<goto "C1">><</timed>>HEADING TO KIRK
<<timed 5s>><<goto "K1">><</timed>>CHAP TO HEAD
<<timed 5s>><<goto "HE1">><</timed>>KIRK TO BRAM
<<timed 5s>><<goto "B1">><</timed>>BRAMLEY TO ARMLEY
<<timed 5s>><<goto "A1">><</timed>>notes
TRY
notes
<<elseif $hasCH and $hasARMLEY is true and $hasBRAMLEY is false >><<goto "BRAMLEY">>><<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/j0.jpg')";
<</script>><</timed>>
<<timed 7s>><<script>>
document.body.style.backgroundImage = "url('images/j1.jpg')";
<</script>><</timed>>
<<timed 14s>><<script>>
document.body.style.backgroundImage = "url('images/pr.jpg')";
<</script>><</timed>>
<<timed 7s>>
<<audio "pro" play>><</timed>>
<<timed 20s>><<goto "PRO2">><</timed>>
<p><b> The Journey is an interactive story by CLOSED FORUM.</b></p>
<<timed 5s>><p><b> The project is supported by funding from Leeds Inspired</b></p><</timed>>
<<button "Save Files">>
<<script>>
UI.saves();
<</script>>
<</button>>
<<button "New Game">>
<<goto "Start">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/P0.jpg')";
<</script>>
<a href="http://twitter.com/">Twitter</a>
<a href="http://facebook.com/">Facebook</a><<timed 37s>><<goto "Alex">><</timed>>
<<timed 1s>><<script>>
document.body.style.backgroundImage = "url('images/l1.jpg')";
<</script>><</timed>>
<<timed 4s>><<script>>
document.body.style.backgroundImage = "url('images/l2.jpg')";
<</script>><</timed>>
<<timed 9s>><<script>>
document.body.style.backgroundImage = "url('images/l3.jpg')";
<</script>><</timed>>
<<timed 13s>><<script>>
document.body.style.backgroundImage = "url('images/l4.jpg')";
<</script>><</timed>>
<<timed 17s>><<script>>
document.body.style.backgroundImage = "url('images/l5.jpg')";
<</script>><</timed>>
<<timed 21s>><<script>>
document.body.style.backgroundImage = "url('images/l6.jpg')";
<</script>><</timed>>
<<timed 25s>><<script>>
document.body.style.backgroundImage = "url('images/l7.jpg')";
<</script>><</timed>>
<<timed 29s>><<script>>
document.body.style.backgroundImage = "url('images/l8.jpg')";
<</script>><</timed>>
<<timed 33s>><<script>>
document.body.style.backgroundImage = "url('images/l9.jpg')";
<</script>><</timed>>